diff options
author | Guido van Rossum <guido@python.org> | 1993-12-17 14:23:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-12-17 14:23:52 (GMT) |
commit | 7565b934144012f25e8b22d888572c048f0eb21a (patch) | |
tree | 1fe49e0e20f1201f97eb13596ef3c5f014d8182a /Demo/classes/Rev.py | |
parent | 3cbc16d9041fe1fa87356bdacc2f1ad52fb99a89 (diff) | |
download | cpython-7565b934144012f25e8b22d888572c048f0eb21a.zip cpython-7565b934144012f25e8b22d888572c048f0eb21a.tar.gz cpython-7565b934144012f25e8b22d888572c048f0eb21a.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Demo/classes/Rev.py')
-rwxr-xr-x | Demo/classes/Rev.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/classes/Rev.py b/Demo/classes/Rev.py index 5cf4602..c1874c6 100755 --- a/Demo/classes/Rev.py +++ b/Demo/classes/Rev.py @@ -8,7 +8,7 @@ # ... # !dlroW olleH # -# The .forw is so you can use anonymous sequences in init, and still +# The .forw is so you can use anonymous sequences in __init__, and still # keep a reference the forward sequence. ) # If you give it a non-anonymous mutable sequence, the reverse sequence # will track the updated values. ( but not reassignment! - another |