python.rst
changeset 1211 02aabbf45b59
parent 1210 ed0ee1b5343c
child 1298 1e7db170c823
equal deleted inserted replaced
1210:ed0ee1b5343c 1211:02aabbf45b59
    73 
    73 
    74   import pprint
    74   import pprint
    75   print(pprint.pformat('string'))
    75   print(pprint.pformat('string'))
    76   print(pprint.pformat(['1', '2']))
    76   print(pprint.pformat(['1', '2']))
    77 
    77 
       
    78 See:
       
    79 
    78   http://docs.python.org/library/pprint.html
    80   http://docs.python.org/library/pprint.html
    79                 Doc page.
    81                 Doc page.
    80 
    82