This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: simple typo in pprint module
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: mpasternak, skip.montanaro
Priority: normal Keywords:

Created on 2004-05-14 15:18 by mpasternak, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg20801 - (view) Author: Michal Pasternak (mpasternak) Date: 2004-05-14 15:18
import pprint
help(pprint)

------------------------------------------------
    pprint(object, stream=None)
        Pretty-print a Python object to a stream [default is sys.sydout].
------------------------------------------------

sydout -> stdout
msg20802 - (view) Author: Skip Montanaro (skip.montanaro) * (Python triager) Date: 2004-05-14 16:32
Logged In: YES 
user_id=44345

thanks - fixed in 1.30
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40254
2004-05-14 15:18:59mpasternakcreate