summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-03-21 22:12:45 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-03-21 22:12:45 (GMT)
commitcbddabfd85a88356abf8bcfd582724ebb86cd2ad (patch)
tree2d206488b38c315e42e6febffb287021050e8105
parent1c3fd875b9fafbcb6e253fe9a00275e7348f8fb7 (diff)
downloadcpython-cbddabfd85a88356abf8bcfd582724ebb86cd2ad.zip
cpython-cbddabfd85a88356abf8bcfd582724ebb86cd2ad.tar.gz
cpython-cbddabfd85a88356abf8bcfd582724ebb86cd2ad.tar.bz2
Remove 'now'
-rw-r--r--Doc/tut/tut.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index 972a79b..9fdf228 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -4160,7 +4160,7 @@ not clear that these semantics are in any way useful.
There is limited support for class-private
identifiers. Any identifier of the form \code{__spam} (at least two
-leading underscores, at most one trailing underscore) is now textually
+leading underscores, at most one trailing underscore) is textually
replaced with \code{_classname__spam}, where \code{classname} is the
current class name with leading underscore(s) stripped. This mangling
is done without regard of the syntactic position of the identifier, so