diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-10-20 14:01:56 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-10-20 14:01:56 (GMT) |
commit | f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc (patch) | |
tree | 9a4b5d8c9ea1dbbd4ead4b2990c77a997fb3905b /Lib/test/test_class.py | |
parent | 4b17e3993b7d4ada586e66ad40a73e12e086645e (diff) | |
download | cpython-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.zip cpython-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.tar.gz cpython-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.tar.bz2 |
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
Diffstat (limited to 'Lib/test/test_class.py')
-rw-r--r-- | Lib/test/test_class.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_class.py b/Lib/test/test_class.py index 3c3ea06..a37f2a4 100644 --- a/Lib/test/test_class.py +++ b/Lib/test/test_class.py @@ -202,7 +202,7 @@ if sys.platform[:4] != 'java': oct(testme) hex(testme) else: - # Jython enforced that the these methods return + # Jython enforced that these methods return # a value of the expected type. print "__int__: ()" print "__long__: ()" |