You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ domain-specific languages(!). See the full documentation for more details.
109
109
Avoiding name clashes
110
110
---------------------
111
111
112
-
Python syntax, or your variable naming may impose constraints on what words may be used as parameters. The circumvent that limitation append a trailing underscore to the name. ``plac`` will strip that underscore from the command line parameter name:
112
+
Python syntax, or your variable naming may impose constraints on what words may be used as parameters. To circumvent that limitation append a trailing underscore to the name. ``plac`` will strip that underscore from the command line parameter name:
0 commit comments