Skip to content

Commit 336c790

Browse files
committed
updated the readme
1 parent ce80ac9 commit 336c790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ domain-specific languages(!). See the full documentation for more details.
109109
Avoiding name clashes
110110
---------------------
111111

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:
113113

114114
.. code-block:: python
115115

0 commit comments

Comments
 (0)