diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2020-09-17 12:02:20 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 12:02:20 -0300 |
commit | 58b5b3dce56c91489308f0c631ee067b4aa26ae8 (patch) | |
tree | 4ef156de3fc437a47436db1df48fafa89e1d76c7 /.github | |
parent | 2ec7ea418e6f6e054e9aad2b18adfd9827c90249 (diff) | |
download | numpy-58b5b3dce56c91489308f0c631ee067b4aa26ae8.tar.gz |
Fix typos
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 67e04c8af..cdb7cde2e 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -7,8 +7,8 @@ labels: 04 - Documentation ## Documentation -<!-- If this is an issue with the current documentation for NumPy (i.e. -incomplete/innacurate docstring, unclear explanation in any part of the +<!-- If this is an issue with the current documentation for NumPy (e.g. +incomplete/inaccurate docstring, unclear explanation in any part of the documentation), make sure to leave a reference to the document/code you're referring to. You can also check the development version of the documentation and see if this issue has already been addressed: https://numpy.org/devdocs/ @@ -18,4 +18,3 @@ and see if this issue has already been addressed: https://numpy.org/devdocs/ possible what topics you think are missing from the current documentation. Make sure to check https://github.com/numpy/numpy-tutorials and see if this issue might be more appropriate there. --> - |