Skip to content

Commit 39ce8b3

Browse files
committed
Fix the indentation
1 parent f519d34 commit 39ce8b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0813.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PEP: 813
1+
813: PEP
22
Title: The Pretty Print Protocol
33
Author: Barry Warsaw <barry@python.org>, Eric V. Smith <eric@trueblade.com>
44
Discussions-To: https://discuss.python.org/t/pep-813-the-pretty-print-protocol/106242
@@ -184,7 +184,7 @@ with the ``name`` being ``None`` or the empty string.
184184
...
185185
>>> from rich.pretty import pprint
186186
>>> pprint(Things())
187-
Things((1, 2), (3, 4), arg=(5, 6))
187+
Things((1, 2), (3, 4), arg=(5, 6))
188188
189189
190190
Backwards Compatibility

0 commit comments

Comments
 (0)