]> granicus.if.org Git - python/commitdiff
Remove 'now'
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 21 Mar 2004 22:12:45 +0000 (22:12 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 21 Mar 2004 22:12:45 +0000 (22:12 +0000)
Doc/tut/tut.tex

index 972a79bbf29a3f39921cffb9ca0a0696b17f0dc3..9fdf228f46e6f091e5ddae88c136cfcff187731a 100644 (file)
@@ -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