8000 Merge pull request #4948 from charris/1.9-fix-typo-in-_iotools-docstring · numpy/numpy@ccfd3bb · GitHub
[go: up one dir, main page]

Skip to content

Commit ccfd3bb

Browse files
committed
Merge pull request #4948 from charris/1.9-fix-typo-in-_iotools-docstring
1.9.x fix typo in _iotools.py docstring.
2 parents f6a0b31 + 16eef1e commit ccfd3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/lib/_iotools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def __call__(self, value):
687687

688688
def upgrade(self, value):
689689
"""
690-
Rind the best converter for a given string, and return the result.
690+
Find the best converter for a given string, and return the result.
691691
692692
The supplied string `value` is converted by testing different
693693
converters in order. First the `func` method of the

0 commit comments

Comments
 (0)
0