Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c141957 commit 7c822e5Copy full SHA for 7c822e5
1 file changed
Doc/library/pprint.rst
@@ -106,7 +106,7 @@ The :mod:`pprint` module also provides several shortcut functions:
106
Prints the formatted representation of *object* followed by a newline.
107
If *sort_dicts* is false (the default), dictionaries will be displayed with
108
their keys in insertion order, otherwise the dict keys will be sorted.
109
- *args* an *kwargs* will be passed to :func:`pprint` as formatting
+ *args* and *kwargs* will be passed to :func:`pprint` as formatting
110
parameters.
111
112
.. versionadded:: 3.8
0 commit comments