diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-02-12 23:49:57 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-02-12 23:49:57 (GMT) |
commit | 3ea7cc3cbe8944a19e8b61e5b27c3904b79c3364 (patch) | |
tree | 4bd90407cf9acd5082a7bd8c67038b7a733bff79 /Lib | |
parent | 7cbd247af6a94e156ace46c0f77c038a68e04523 (diff) | |
download | cpython-3ea7cc3cbe8944a19e8b61e5b27c3904b79c3364.zip cpython-3ea7cc3cbe8944a19e8b61e5b27c3904b79c3364.tar.gz cpython-3ea7cc3cbe8944a19e8b61e5b27c3904b79c3364.tar.bz2 |
Fix typo.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_hexoct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_hexoct.py b/Lib/test/test_hexoct.py index 266d62f..6de36f5 100644 --- a/Lib/test/test_hexoct.py +++ b/Lib/test/test_hexoct.py @@ -2,7 +2,7 @@ This is complex because of changes due to PEP 237. -Some of these tests will hvae to change in Python 2.4! +Some of these tests will have to change in Python 2.4! """ import unittest |