diff options
Diffstat (limited to 'numpy/distutils/npy_pkg_config.py')
-rw-r--r-- | numpy/distutils/npy_pkg_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/npy_pkg_config.py b/numpy/distutils/npy_pkg_config.py index 1c801fd9c..fe64709ca 100644 --- a/numpy/distutils/npy_pkg_config.py +++ b/numpy/distutils/npy_pkg_config.py @@ -366,7 +366,7 @@ def read_config(pkgname, dirs=None): >>> npymath_info = np.distutils.npy_pkg_config.read_config('npymath') >>> type(npymath_info) <class 'numpy.distutils.npy_pkg_config.LibraryInfo'> - >>> print npymath_info + >>> print(npymath_info) Name: npymath Description: Portable, core math library implementing C99 standard Requires: |