diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-03-21 22:12:45 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-03-21 22:12:45 (GMT) |
commit | cbddabfd85a88356abf8bcfd582724ebb86cd2ad (patch) | |
tree | 2d206488b38c315e42e6febffb287021050e8105 /Doc/tut | |
parent | 1c3fd875b9fafbcb6e253fe9a00275e7348f8fb7 (diff) | |
download | cpython-cbddabfd85a88356abf8bcfd582724ebb86cd2ad.zip cpython-cbddabfd85a88356abf8bcfd582724ebb86cd2ad.tar.gz cpython-cbddabfd85a88356abf8bcfd582724ebb86cd2ad.tar.bz2 |
Remove 'now'
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
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 |