[ python-Bugs-1243288 ] Misuse of \"it\'s\"
SourceForge.net
noreply at sourceforge.net
Mon Feb 20 14:12:58 CET 2006
Bugs item #1243288, was opened at 2005-07-22 19:19
Message generated for change (Settings changed) made by gbrandl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1243288&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Joanne Bogart (jrbogart)
>Assigned to: Georg Brandl (gbrandl)
>Summary: Misuse of \"it\'s\"
Initial Comment:
In section 2.3.2 of the Python online reference manual
(http://docs.python.org/ref/id-classes.html)
the text
These names are defined by the interpreter and it's
implementation
should read
These names are defined by the interpreter and its
implementation.
General rule: if you can't replace "it's" by "it is"
and preserve meaning, then "it's" is wrong.
This is so trivial I hesitate to submit it. On the
other hand, it's a shame that such generally excellent
documentation should be marred by this kind of thing.
----------------------------------------------------------------------
Comment By: Georg Brandl (birkenfeld)
Date: 2005-07-22 19:48
Message:
Logged In: YES
user_id=1188172
This was already corrected in CVS HEAD. Committed to
r24-maint as ref2.tex r1.56.2.2.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1243288&group_id=5470
More information about the Python-bugs-list
mailing list