summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-10-22 11:57:39 -0600
committerGitHub <noreply@github.com>2017-10-22 11:57:39 -0600
commitf68412cd24111bdc7c62bda7b7611e4af9190c47 (patch)
tree1612fbadf9c13f92c614f5c6ee813d8c019e6ed0 /numpy/add_newdocs.py
parent6bc01b4e6187c8689e9e82e020a47b765e4f8fb3 (diff)
downloadnumpy-f68412cd24111bdc7c62bda7b7611e4af9190c47.tar.gz
MAINT: Punctuate `fromstring` docstring.
[ci skip]
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py4
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