Fix typo in doc for pprint.pp (GH-12500)

This commit is contained in:
Xavier GUIHOT 2019-03-23 01:17:29 +00:00 committed by Raymond Hettinger
parent c1419578a1
commit 7c822e50f0
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ The :mod:`pprint` module also provides several shortcut functions:
Prints the formatted representation of *object* followed by a newline. Prints the formatted representation of *object* followed by a newline.
If *sort_dicts* is false (the default), dictionaries will be displayed with If *sort_dicts* is false (the default), dictionaries will be displayed with
their keys in insertion order, otherwise the dict keys will be sorted. their keys in insertion order, otherwise the dict keys will be sorted.
*args* an *kwargs* will be passed to :func:`pprint` as formatting *args* and *kwargs* will be passed to :func:`pprint` as formatting
parameters. parameters.
.. versionadded:: 3.8 .. versionadded:: 3.8