diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-11-13 10:52:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 10:52:14 -0700 |
commit | 0a36e5f8cbf56f4600c27e4ba0dc1a3d74d83e32 (patch) | |
tree | d874f749d331eda57d05ef55d49500216e6c68f9 /numpy | |
parent | e13ecbc931d6ad61602bffd8c4eed265d86d31c7 (diff) | |
download | numpy-0a36e5f8cbf56f4600c27e4ba0dc1a3d74d83e32.tar.gz |
STY: Fix up indentation.
[ci skip]
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/_add_newdocs.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py index 3507e2193..861812a89 100644 --- a/numpy/core/_add_newdocs.py +++ b/numpy/core/_add_newdocs.py @@ -1109,9 +1109,7 @@ add_newdoc('numpy.core.multiarray', 'compare_chararrays', >>> np.compare_chararrays(a,b,">",True) array([False,True,False]) -""" - - ) + """) add_newdoc('numpy.core.multiarray', 'fromiter', """ |