[Patches] [ python-Patches-1080684 ] repair typo

SourceForge.net noreply at sourceforge.net
Sun Dec 12 17:53:14 CET 2004


Patches item #1080684, was opened at 2004-12-07 16:26
Message generated for change (Comment added) made by jlgijsbers
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1080684&group_id=5470

Category: Documentation
Group: Python 2.5
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: repair typo

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Johannes Gijsbers (jlgijsbers)
Date: 2004-12-12 17:53

Message:
Logged In: YES 
user_id=469548

Checked in on maint24 and trunk. Thanks for the patch!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1080684&group_id=5470


More information about the Patches mailing list