summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authormelissawm <melissawm@gmail.com>2021-02-05 15:06:13 -0300
committermelissawm <melissawm@gmail.com>2021-02-05 15:06:13 -0300
commit5248f4ba50e95bba83e3e07f3271241e25b0421c (patch)
treea3a18e32cfdde51d744b862c476258551b68cb3a /numpy
parent46b5b0d428bbe3216140e799ca4aaa2507b8293e (diff)
downloadnumpy-5248f4ba50e95bba83e3e07f3271241e25b0421c.tar.gz
Applying suggestions from PR review.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/code_generators/ufunc_docstrings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/code_generators/ufunc_docstrings.py b/numpy/core/code_generators/ufunc_docstrings.py
index fe3f88eb2..2f75cb41f 100644
--- a/numpy/core/code_generators/ufunc_docstrings.py
+++ b/numpy/core/code_generators/ufunc_docstrings.py
@@ -2809,7 +2809,7 @@ add_newdoc('numpy.core.umath', 'matmul',
>>> # n is 7, k is 4, m is 3
The matmul function implements the semantics of the ``@`` operator introduced
- in Python 3.5 following PEP465.
+ in Python 3.5 following :pep:`465`.
Examples
--------