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: repair typo
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: jlgijsbers, quiver
Priority: normal Keywords: patch

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:08adminsetgithub: 41292
2004-12-07 15:26:45quivercreate