Skip to content

Commit 05ba009

Browse files
authored
Fix print typo in code block example in README (#1066)
1 parent b24f7db commit 05ba009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
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-
pprint(response)
148+
print(response)
149149
150150
How to contribute?
151151
__________________

0 commit comments

Comments
 (0)