Commit 7c822e50 authored by Xavier GUIHOT's avatar Xavier GUIHOT Committed by Raymond Hettinger

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

parent c1419578
......@@ -106,7 +106,7 @@ The :mod:`pprint` module also provides several shortcut functions:
Prints the formatted representation of *object* followed by a newline.
If *sort_dicts* is false (the default), dictionaries will be displayed with
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.
.. versionadded:: 3.8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment