Issue 1080684: repair typo - Python tracker (original) (raw)

Issue1080684

Created on 2004-12-07 15:26 by quiver, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
typo.patch quiver,2004-12-07 15:26 patch against CVS HEAD
Messages (2)
msg47372 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2004-12-07 15:26
The attached patch fixes these typos: - Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True __debug__ variable is a boolean value since Python 2.3. I formatted the text width to 72, so the diff part might look a bit large. But basically, the change is only values of __debug__. Thanks in advance.
msg47373 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2004-12-12 16:53
Logged In: YES user_id=469548 Checked in on maint24 and trunk. Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:08 admin set github: 41292
2004-12-07 15:26:45 quiver create