2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00

typo fixed

[SVN r27577]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2005-03-08 15:17:44 +00:00
parent b754037949
commit db71f17dba

View File

@@ -5,7 +5,7 @@
# Unfortunately the doctest module works differently in Python versions
# 2.2, 2.3, and 2.4. Newer versions evaluate all docstrings, even that
# of objects with names starting with an underscore. To portably disable
# tests based on the availability of Numeric and Numpy, the corresponding
# tests based on the availability of Numeric and numarray, the corresponding
# test functions are simply deleted below if necessary.
def numeric_tests():