diff options
Diffstat (limited to 'numpy/compat')
-rw-r--r-- | numpy/compat/py3k.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/compat/py3k.py b/numpy/compat/py3k.py index 90e17d6d6..f24a8af27 100644 --- a/numpy/compat/py3k.py +++ b/numpy/compat/py3k.py @@ -1,7 +1,7 @@ """ Python 3.X compatibility tools. -While this file was originally intented for Python 2 -> 3 transition, +While this file was originally intended for Python 2 -> 3 transition, it is now used to create a compatibility layer between different minor versions of Python 3. |