[ python-Bugs-1067023 ] Small typo

SourceForge.net noreply at sourceforge.net
Wed Nov 17 20:17:21 CET 2004


Bugs item #1067023, was opened at 2004-11-15 17:57
Message generated for change (Comment added) made by tjreedy
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1067023&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott Miller (hllywood)
Assigned to: Nobody/Anonymous (nobody)
Summary: Small typo

Initial Comment:
On: 
http://www.python.org/doc/current/tut/node5.html

Should:
"Like in C, the equal sign ("=") is used to assign a
value to a variable. The value of an assignment is not
written:"

Be:
"The value of an assignment *is* written:"


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

Comment By: Terry J. Reedy (tjreedy)
Date: 2004-11-17 14:17

Message:
Logged In: YES 
user_id=593130

The sentence is correct as written; it refers to the following 
different responses:

>>> 2+3
5
>>> a=2+3
>>>

However, I do think 'printed' or 'displayed' would be clearer 
both here and in a previous sentence in the same 
subsection.  And, of course, Python assignment is not 
really 'like in C' and people eventually have to learn the 
difference.

[Note: SourceForge does not make urls clickable, and a 
given url may encompass several subsections.  So please 
give section/subsection numbers instead or in addition, as 
in '3.1.1 Numbers']

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

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


More information about the Python-bugs-list mailing list