diff options
| author | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-20 18:34:06 -0700 |
|---|---|---|
| committer | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-23 09:29:59 -0700 |
| commit | d4d5771e17c14ce8cdeaf2922d537006dd3fcebf (patch) | |
| tree | 0e46316f3143350dd14602ebea42f06a4c5864c1 /doc/source/user | |
| parent | 53379cd353fb7ab5840c3ee370c735fe61d6419c (diff) | |
| download | numpy-d4d5771e17c14ce8cdeaf2922d537006dd3fcebf.tar.gz | |
MAINT: Python <3.8 related cleanups
Diffstat (limited to 'doc/source/user')
| -rw-r--r-- | doc/source/user/absolute_beginners.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/absolute_beginners.rst b/doc/source/user/absolute_beginners.rst index cf11c6745..a4a82afb6 100644 --- a/doc/source/user/absolute_beginners.rst +++ b/doc/source/user/absolute_beginners.rst @@ -1344,7 +1344,7 @@ followed by the docstring of ``ndarray`` of which ``a`` is an instance): Type: ndarray String form: [1 2 3 4 5 6] Length: 6 - File: ~/anaconda3/lib/python3.7/site-packages/numpy/__init__.py + File: ~/anaconda3/lib/python3.9/site-packages/numpy/__init__.py Docstring: <no docstring> Class docstring: ndarray(shape, dtype=float, buffer=None, offset=0, |
