From 336c7907c7fd00e3331df8f5d2cb781a273c59ca Mon Sep 17 00:00:00 2001 From: Istvan Albert Date: Sat, 2 Jan 2021 10:53:34 -0500 Subject: [PATCH] updated the readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 332a140..2265822 100644 --- a/README.rst +++ b/README.rst @@ -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