There was an error while loading. Please reload this page.
1 parent 00d7415 commit d858682Copy full SHA for d858682
1 file changed
one_liners.rst
@@ -31,7 +31,7 @@ repl. Here is the relevant code:
31
my_dict = {'name': 'Yasoob', 'age': 'undefined', 'personality': 'awesome'}
32
pprint(my_dict)
33
34
-This is more effective on ``dict``s. Moreover, if you want to pretty print
+This is more effective on ``dict`` s. Moreover, if you want to pretty print
35
json quickly from a file then you can simply do:
36
37
.. code:: python
0 commit comments