# HG changeset patch # User Oleksandr Gavenko # Date 1328605600 -7200 # Node ID 02aabbf45b596426a869bc4fc8628e3104f2850c # Parent ed0ee1b5343cc656a52b8d6ee09c0cc4754cc9cc Fix formatting. diff -r ed0ee1b5343c -r 02aabbf45b59 python.rst --- a/python.rst Tue Feb 07 11:04:34 2012 +0200 +++ b/python.rst Tue Feb 07 11:06:40 2012 +0200 @@ -75,6 +75,8 @@ print(pprint.pformat('string')) print(pprint.pformat(['1', '2'])) +See: + http://docs.python.org/library/pprint.html Doc page.