diff options
Diffstat (limited to 'Doc/library/shlex.rst')
-rw-r--r-- | Doc/library/shlex.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst index 6b290c4..1a89bf6 100644 --- a/Doc/library/shlex.rst +++ b/Doc/library/shlex.rst @@ -99,7 +99,7 @@ The :mod:`shlex` module defines the following class: :ref:`improved-shell-compatibility` for more information. .. versionchanged:: 3.6 - The `punctuation_chars` parameter was added. + The *punctuation_chars* parameter was added. .. seealso:: |