summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2021-01-24 07:52:40 +0200
committerGitHub <noreply@github.com>2021-01-24 07:52:40 +0200
commitbb54de4905b2ff127fc8b907a5c284e0cf9f8d65 (patch)
tree11802eb548614c93e418d26d1baa5aa7594005ce
parentbec2b07db5c999721d2d2c10334f3afe78aaadd9 (diff)
parent1f928ec9a7c531b6eded12020415b7f8a007e2ac (diff)
downloadnumpy-bb54de4905b2ff127fc8b907a5c284e0cf9f8d65.tar.gz
Merge pull request #18213 from Carreau/array-a-quotes
DOC: Formatting consistency.
-rw-r--r--numpy/core/_add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py
index 8eb42caf5..6073166a0 100644
--- a/numpy/core/_add_newdocs.py
+++ b/numpy/core/_add_newdocs.py
@@ -821,7 +821,7 @@ add_newdoc('numpy.core.multiarray', 'array',
===== ========= ===================================================
When ``copy=False`` and a copy is made for other reasons, the result is
- the same as if ``copy=True``, with some exceptions for `A`, see the
+ the same as if ``copy=True``, with some exceptions for 'A', see the
Notes section. The default order is 'K'.
subok : bool, optional
If True, then sub-classes will be passed-through, otherwise