summaryrefslogtreecommitdiffstats
path: root/Doc/library/pprint.rst
diff options
context:
space:
mode:
authorMathieu Dupuy <deronnax@users.noreply.github.com>2020-03-30 21:28:25 (GMT)
committerGitHub <noreply@github.com>2020-03-30 21:28:25 (GMT)
commitc49016e67c3255b37599b354a8d7995d40663991 (patch)
treebf1d5863153f8d9e6f74d7e41681e293d1db8a8c /Doc/library/pprint.rst
parent51e3e450fbed46198d9be92add1a5dee6a1f7f41 (diff)
downloadcpython-c49016e67c3255b37599b354a8d7995d40663991.zip
cpython-c49016e67c3255b37599b354a8d7995d40663991.tar.gz
cpython-c49016e67c3255b37599b354a8d7995d40663991.tar.bz2
fix comma location in various places (GH-19233)
Diffstat (limited to 'Doc/library/pprint.rst')
-rw-r--r--Doc/library/pprint.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pprint.rst b/Doc/library/pprint.rst
index 207c3f8..16256c5 100644
--- a/Doc/library/pprint.rst
+++ b/Doc/library/pprint.rst
@@ -147,7 +147,7 @@ The :mod:`pprint` module also provides several shortcut functions:
.. index:: builtin: eval
- Determine if the formatted representation of *object* is "readable," or can be
+ Determine if the formatted representation of *object* is "readable", or can be
used to reconstruct the value using :func:`eval`. This always returns ``False``
for recursive objects.