summaryrefslogtreecommitdiffstats
path: root/Demo/classes/Rev.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/classes/Rev.py')
-rwxr-xr-xDemo/classes/Rev.py2
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