Add missing 'versionadded' for shlex.quote; closes #14165
This commit is contained in:
parent
0836baa46a
commit
493846e149
|
@ -66,6 +66,7 @@ The :mod:`shlex` module defines the following functions:
|
|||
>>> command
|
||||
['ls', '-l', 'somefile; rm -rf ~']
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
The :mod:`shlex` module defines the following class:
|
||||
|
||||
|
|
Loading…
Reference in New Issue