From: Berker Peksag Date: Sat, 30 Jul 2016 00:40:38 +0000 (+0300) Subject: Fix "default role used" warning in shlex.rst X-Git-Tag: v3.6.0a4~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23aa24bc68b8d28abaddf06061dce4f6694f4880;p=python Fix "default role used" warning in shlex.rst --- diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst index 6b290c46e2..1a89bf6041 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::