Skip to content

Commit

Permalink
DOC: Fix typos found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored and effigies committed Sep 28, 2023
1 parent cb26d92 commit 26bd24f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinxext/numpydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/update_changes.sh
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down

0 comments on commit 26bd24f

Please sign in to comment.