diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-10-22 11:57:39 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-22 11:57:39 -0600 |
commit | f68412cd24111bdc7c62bda7b7611e4af9190c47 (patch) | |
tree | 1612fbadf9c13f92c614f5c6ee813d8c019e6ed0 /numpy/add_newdocs.py | |
parent | 6bc01b4e6187c8689e9e82e020a47b765e4f8fb3 (diff) | |
download | numpy-f68412cd24111bdc7c62bda7b7611e4af9190c47.tar.gz |
MAINT: Punctuate `fromstring` docstring.
[ci skip]
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index 7175a0e0b..ad18f18c8 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -979,8 +979,8 @@ add_newdoc('numpy.core.multiarray', 'fromstring', elements is also ignored. .. deprecated:: 1.14 - If this argument is not provided `fromstring` falls back on the - behaviour of `frombuffer`, after encoding unicode string inputs as + If this argument is not provided, `fromstring` falls back on the + behaviour of `frombuffer` after encoding unicode string inputs as either utf-8 (python 3), or the default encoding (python 2). Returns |