[Patches] [ python-Patches-799191 ] Fix ord() documentation

SourceForge.net noreply at sourceforge.net
Thu Sep 4 08:47:00 EDT 2003


Patches item #799191, was opened at 2003-09-02 10:15
Message generated for change (Settings changed) made by rhettinger
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=799191&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Epler (jepler)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: Fix ord() documentation

Initial Comment:
The online version of the documentation for ord()

(currently

http://python.org/doc/current/lib/built-in-funcs.html#l2h-55)

has a line-break where a backslash should be

('\u2020'). This patch changes \ to \e, which follows

practice elsewhere in that file (when representing

'\n', for instance)

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

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



More information about the Patches mailing list