Skip to content

Commit 736e34d

Browse files
Revert change: pprint to print ... pprint is valid and the correct thing for this example (pretty-print-usage) (#1067)
Signed-off-by: Martyn Bristow <martyn.bristow@gmail.com> Signed-off-by: Martyn Bristow <martyn.bristow@gmail.com>
1 parent 676c323 commit 736e34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If you want to see the response in pretty print format JSON. Feel free for use c
145145
from pprint import pprint
146146
# you code here
147147
# and then print using pprint(result) instead of print(result)
148-
print(response)
148+
pprint(response)
149149
150150
How to contribute?
151151
__________________

0 commit comments

Comments
 (0)