File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ def offset_single_axis_help_text(property_name: str) -> HelpText:
772
772
773
773
774
774
def position_help_text (property_name : str ) -> HelpText :
775
- """Help text to show when the user supplies the wrong value for position.,
775
+ """Help text to show when the user supplies the wrong value for position.
776
776
777
777
Args:
778
778
property_name: The name of the property.
@@ -783,7 +783,7 @@ def position_help_text(property_name: str) -> HelpText:
783
783
return HelpText (
784
784
summary = f"Invalid value for [i]{ property_name } [/]" ,
785
785
bullets = [
786
- Bullet (f"Valid scalar units are { friendly_list (VALID_POSITION )} " ),
786
+ Bullet (f"Valid values are { friendly_list (VALID_POSITION )} " ),
787
787
],
788
788
)
789
789
You can’t perform that action at this time.
0 commit comments