diff --git a/README.rst b/README.rst index 94df68e8a..9c5ce860e 100644 --- a/README.rst +++ b/README.rst @@ -145,7 +145,7 @@ If you want to see the response in pretty print format JSON. Feel free for use c from pprint import pprint # you code here # and then print using pprint(result) instead of print(result) - print(response) + pprint(response) How to contribute? __________________