diff --git a/docs/sphinxext/numpydoc.py b/docs/sphinxext/numpydoc.py index 509f0533fdf..e5bc563d444 100644 --- a/docs/sphinxext/numpydoc.py +++ b/docs/sphinxext/numpydoc.py @@ -390,7 +390,7 @@ def match_items(lines, content_old): This function tries to match the lines in ``lines`` with the items (source file references and line numbers) in ``content_old``. The ``mangle_docstrings`` function changes the actual docstrings, but doesn't - keep track of where each line came from. The manging does many operations + keep track of where each line came from. The mangling does many operations on the original lines, which are hard to track afterwards. Many of the line changes come from deleting or inserting blank lines. This diff --git a/tools/update_changes.sh b/tools/update_changes.sh index 73081ef1c6d..a0dcd070a5a 100644 --- a/tools/update_changes.sh +++ b/tools/update_changes.sh @@ -1,7 +1,7 @@ #!/bin/bash # # Collects the pull-requests since the latest release and -# aranges them in the CHANGES.rst.txt file. +# arranges them in the CHANGES.rst.txt file. # # This is a script to be run before releasing a new version. #