summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-02-12 23:49:57 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-02-12 23:49:57 (GMT)
commit3ea7cc3cbe8944a19e8b61e5b27c3904b79c3364 (patch)
tree4bd90407cf9acd5082a7bd8c67038b7a733bff79
parent7cbd247af6a94e156ace46c0f77c038a68e04523 (diff)
downloadcpython-3ea7cc3cbe8944a19e8b61e5b27c3904b79c3364.zip
cpython-3ea7cc3cbe8944a19e8b61e5b27c3904b79c3364.tar.gz
cpython-3ea7cc3cbe8944a19e8b61e5b27c3904b79c3364.tar.bz2
Fix typo.
-rw-r--r--Lib/test/test_hexoct.py2
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