[ python-Bugs-1098497 ] typo in "Python Tutorial": 1. Whetting your appetite

SourceForge.net noreply at sourceforge.net
Sat Jan 8 18:06:42 CET 2005


Bugs item #1098497, was opened at 2005-01-08 16:06
Message generated for change (Comment added) made by ludootje
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1098497&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ludootje (ludootje)
Assigned to: Nobody/Anonymous (nobody)
Summary: typo in "Python Tutorial": 1. Whetting your appetite

Initial Comment:
URL: http://docs.python.org/tut/node3.html 
 
In the first paragraph, it says: 
"[snip] or the feature involves a system call or other function that is 
only accessible from C ...Usually the problem [snip]" 
 
The typo: "[snip] C ...Usually [snip]" 
The space after 'C' should be removed, and one should be added 
before 'Usually', so it becomes: "[snip] C... Usually [snip]". 
 
I admit it's not a really big problem, but it's not hard to solve either, I 
guess. 

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

>Comment By: Ludootje (ludootje)
Date: 2005-01-08 18:06

Message:
Logged In: YES 
user_id=313612

URL: http://docs.python.org/tut/node5.html 
Part: 3.1.3 Unicode Strings  
Sentence: "Previously, there were only 256 possible ordinals for script 
characters and texts were typically bound to a code page which mapped 
the ordinals to script characters." 
 
I'm not sure if I totally "get" this sentence, but if I do, adding a comma after 
"characters" (the first occurence of it) would make it more clear or 
readable, IMHO. 
This would lead to: 
"Previously, there were only 256 possible ordinals for script characters, and 
texts were typically bound to a code page which mapped the ordinals to 
script characters." 
Just a thought. 

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

Comment By: Ludootje (ludootje)
Date: 2005-01-08 16:34

Message:
Logged In: YES 
user_id=313612

I'm not too sure what I should do with another error in the tutorial... I 
guess starting a new bugreport each time for stuff like simple typos would 
be overkill, so maybe it's just easier to attach (an)other error(s) here? 
If you prefer a new bugreport, please tell me. 
 
Anyway, on to the actual "error"... 
URL: http://docs.python.org/tut/node4.html 
Part: 2.2.2 Executable Python Scripts 
Sentence: "The script can be given a executable mode, or permission, using 
the chmod command:" 
Should be: "aN executable mode", AFAIK. 

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

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


More information about the Python-bugs-list mailing list