diff options
Diffstat (limited to 'numpy/compat/__init__.py')
-rw-r--r-- | numpy/compat/__init__.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/numpy/compat/__init__.py b/numpy/compat/__init__.py index 2e37a4350..9db56bca1 100644 --- a/numpy/compat/__init__.py +++ b/numpy/compat/__init__.py @@ -1,9 +1,12 @@ -"""Compatibility module. +""" +Compatibility module. -This module contains duplicated code from python itself or 3rd party +This module contains duplicated code from Python itself or 3rd party extensions, which may be included for the following reasons: - - compatibility - - we may only need a small subset of the copied library/module + + * compatibility + * we may only need a small subset of the copied library/module + """ import _inspect from _inspect import getargspec, formatargspec |