summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2021-01-23 15:11:19 -0800
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2021-01-23 15:11:19 -0800
commit1f928ec9a7c531b6eded12020415b7f8a007e2ac (patch)
tree11802eb548614c93e418d26d1baa5aa7594005ce
parentbec2b07db5c999721d2d2c10334f3afe78aaadd9 (diff)
downloadnumpy-1f928ec9a7c531b6eded12020415b7f8a007e2ac.tar.gz
DOC: Formatting consistency.
Single back ticks are use for references, so this should be either double backticks, or quotes. As `'K'` is used later in the same sentence, and below in the `Notes` section, settle for single quotes.
-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