Skip to content

Commit 7c822e5

Browse files
xavierguihotrhettinger
authored andcommitted
Fix typo in doc for pprint.pp (GH-12500)
1 parent c141957 commit 7c822e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pprint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The :mod:`pprint` module also provides several shortcut functions:
106106
Prints the formatted representation of *object* followed by a newline.
107107
If *sort_dicts* is false (the default), dictionaries will be displayed with
108108
their keys in insertion order, otherwise the dict keys will be sorted.
109-
*args* an *kwargs* will be passed to :func:`pprint` as formatting
109+
*args* and *kwargs* will be passed to :func:`pprint` as formatting
110110
parameters.
111111

112112
.. versionadded:: 3.8

0 commit comments

Comments
 (0)