Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Fix typos found by codespell #827

Merged
merged 1 commit into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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