diff options
author | melissawm <melissawm@gmail.com> | 2021-02-05 15:06:13 -0300 |
---|---|---|
committer | melissawm <melissawm@gmail.com> | 2021-02-05 15:06:13 -0300 |
commit | 5248f4ba50e95bba83e3e07f3271241e25b0421c (patch) | |
tree | a3a18e32cfdde51d744b862c476258551b68cb3a /numpy | |
parent | 46b5b0d428bbe3216140e799ca4aaa2507b8293e (diff) | |
download | numpy-5248f4ba50e95bba83e3e07f3271241e25b0421c.tar.gz |
Applying suggestions from PR review.
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/ufunc_docstrings.py | 2 |
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 -------- |