Skip to content

Commit

Permalink
Merge pull request #134 from akul08/master
Browse files Browse the repository at this point in the history
format dict to highlight on line 34 one_liners.rst
  • Loading branch information
yasoob committed Aug 15, 2016
2 parents 00d7415 + d858682 commit 81f4559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion one_liners.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repl. Here is the relevant code:
my_dict = {'name': 'Yasoob', 'age': 'undefined', 'personality': 'awesome'}
pprint(my_dict)
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
json quickly from a file then you can simply do:

.. code:: python
Expand Down

0 comments on commit 81f4559

Please sign in to comment.