diff options
author | Jaime <jaime.frio@gmail.com> | 2017-05-09 11:46:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-09 11:46:35 +0200 |
commit | c11628abd820a1f44b052ea87af810f8f00cf2e4 (patch) | |
tree | 1b604adcf75bec0009c27d340e6ede2adb03b2ec /numpy/lib/utils.py | |
parent | 23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff) | |
parent | ef5684564e3074daf614846f30bfdd7f15f5254f (diff) | |
download | numpy-c11628abd820a1f44b052ea87af810f8f00cf2e4.tar.gz |
Merge pull request #9075 from scop/spelling
ENH: Spelling fixes
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r-- | numpy/lib/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index 61aa5e33b..fad159c7e 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -339,7 +339,7 @@ def who(vardict=None): #----------------------------------------------------------------------------- -# NOTE: pydoc defines a help function which works simliarly to this +# NOTE: pydoc defines a help function which works similarly to this # except it uses a pager to take over the screen. # combine name and arguments and split to multiple lines of width |