diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2022-07-08 18:55:35 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 18:55:35 -0300 |
commit | fa9f6c176ead29418241914d7e6778fcb491632f (patch) | |
tree | a3679ab63c3dbc397600a1df751e85bb47a919f9 /doc/source/user | |
parent | 1aed3e44f30213b7ebaedff2a40023123c7552ae (diff) | |
download | numpy-fa9f6c176ead29418241914d7e6778fcb491632f.tar.gz |
DOC: Fix numbering in section title
Co-authored-by: Rohit Goswami <r95g10@gmail.com>
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/how-to-verify-bug.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/how-to-verify-bug.rst b/doc/source/user/how-to-verify-bug.rst index 11b8edc87..e65247b94 100644 --- a/doc/source/user/how-to-verify-bug.rst +++ b/doc/source/user/how-to-verify-bug.rst @@ -155,7 +155,7 @@ Note that the correct ``dtype`` is now returned even when a zero array is one of the arguments to `numpy.polymul`. ********************************************************* -1. Support NumPy development by verifying and fixing bugs +5. Support NumPy development by verifying and fixing bugs ********************************************************* Go to the `NumPy GitHub issues page <https://github.com/numpy/numpy/issues>`_ |