]> granicus.if.org Git - python/commitdiff
Fix typo in doc for pprint.pp (GH-12500)
authorXavier GUIHOT <x.guihot@gmail.com>
Sat, 23 Mar 2019 01:17:29 +0000 (01:17 +0000)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 23 Mar 2019 01:17:29 +0000 (18:17 -0700)
Doc/library/pprint.rst

index 988f85bed103aa5f6d6471210f17f27a59b8e66b..9abf2865ef6143c0c1ea6d7df3244a4d916aae8f 100644 (file)
@@ -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