summaryrefslogtreecommitdiffstats
path: root/Doc/library/pprint.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/pprint.rst')
-rw-r--r--Doc/library/pprint.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/Doc/library/pprint.rst b/Doc/library/pprint.rst
index e9cd148..d073714 100644
--- a/Doc/library/pprint.rst
+++ b/Doc/library/pprint.rst
@@ -27,7 +27,7 @@ width constraint.
The :mod:`pprint` module defines one class:
-.. % First the implementation class:
+.. First the implementation class:
.. class:: PrettyPrinter(...)
@@ -68,8 +68,7 @@ The :mod:`pprint` module defines one class:
The :class:`PrettyPrinter` class supports several derivative functions:
-.. % Now the derivative functions:
-
+.. Now the derivative functions:
.. function:: pformat(object[, indent[, width[, depth]]])
@@ -131,9 +130,6 @@ One more support function is also defined:
recursive reference will be represented as ``<Recursion on typename with
id=number>``. The representation is not otherwise formatted.
-.. % This example is outside the {funcdesc} to keep it from running over
-.. % the right margin.
-
::
>>> pprint.saferepr(stuff)