Skip to content

Commit 81f4559

Browse files
authored
Merge pull request yasoob#134 from akul08/master
format dict to highlight on line 34 one_liners.rst
2 parents 00d7415 + d858682 commit 81f4559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

one_liners.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repl. Here is the relevant code:
3131
my_dict = {'name': 'Yasoob', 'age': 'undefined', 'personality': 'awesome'}
3232
pprint(my_dict)
3333
34-
This is more effective on ``dict``s. Moreover, if you want to pretty print
34+
This is more effective on ``dict`` s. Moreover, if you want to pretty print
3535
json quickly from a file then you can simply do:
3636

3737
.. code:: python

0 commit comments

Comments
 (0)