Skip to content

Commit

Permalink
updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Jan 2, 2021
1 parent ce80ac9 commit 336c790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ domain-specific languages(!). See the full documentation for more details.
Avoiding name clashes
---------------------

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

.. code-block:: python
Expand Down

0 comments on commit 336c790

Please sign in to comment.