diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-09-02 21:01:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 13:01:35 -0500 |
commit | 1f8ce6341159ebb0731c2c262f4576609210d2c8 (patch) | |
tree | aa10443358243366d776ad669c0cbcd383ed3634 /numpy/lib/npyio.py | |
parent | e3c84a44b68966ab887a3623a0ff57169e508deb (diff) | |
download | numpy-1f8ce6341159ebb0731c2c262f4576609210d2c8.tar.gz |
MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst counterparts (#17222)
* DOC: redistribute docstring-only content from numpy/doc
* DOC: post-transition clean-up
* DOC, MAINT: reskip doctests, fix a few easy ones
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py index cc3465cc6..da0b0b114 100644 --- a/numpy/lib/npyio.py +++ b/numpy/lib/npyio.py @@ -1520,7 +1520,7 @@ def fromregex(file, regexp, dtype, encoding=None): ----- Dtypes for structured arrays can be specified in several forms, but all forms specify at least the data type and field name. For details see - `doc.structured_arrays`. + `basics.rec`. Examples -------- |