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

SourceForge.net noreply at sourceforge.net
Tue Sep 2 09:16:01 EDT 2003


Patches item #799191, was opened at 2003-09-02 10:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Nobody/Anonymous (nobody)
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