Skip to content

Commit 26bd24f

Browse files
DimitriPapadopouloseffigies
authored andcommitted
DOC: Fix typos found by codespell
1 parent cb26d92 commit 26bd24f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/sphinxext/numpydoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def match_items(lines, content_old):
390390
This function tries to match the lines in ``lines`` with the items (source
391391
file references and line numbers) in ``content_old``. The
392392
``mangle_docstrings`` function changes the actual docstrings, but doesn't
393-
keep track of where each line came from. The manging does many operations
393+
keep track of where each line came from. The mangling does many operations
394394
on the original lines, which are hard to track afterwards.
395395
396396
Many of the line changes come from deleting or inserting blank lines. This

tools/update_changes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#
33
# Collects the pull-requests since the latest release and
4-
# aranges them in the CHANGES.rst.txt file.
4+
# arranges them in the CHANGES.rst.txt file.
55
#
66
# This is a script to be run before releasing a new version.
77
#

0 commit comments

Comments
 (0)