Skip to content

Commit 4381a7f

Browse files
DOC: Fix typos found by codespell (#514)
1 parent 017e74a commit 4381a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/validation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ the pre-commit hook as follows:
7272
In addition to the above, :ref:`inline ignore comments <inline_ignore_comments>`
7373
can be used to ignore findings on a case by case basis.
7474

75-
If any issues are found when commiting, a report is printed out, and the
75+
If any issues are found when committing, a report is printed out, and the
7676
commit is halted:
7777

7878
.. code-block:: output

numpydoc/numpydoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def match_items(lines, content_old):
404404
This function tries to match the lines in ``lines`` with the items (source
405405
file references and line numbers) in ``content_old``. The
406406
``mangle_docstrings`` function changes the actual docstrings, but doesn't
407-
keep track of where each line came from. The manging does many operations
407+
keep track of where each line came from. The mangling does many operations
408408
on the original lines, which are hard to track afterwards.
409409
410410
Many of the line changes come from deleting or inserting blank lines. This

0 commit comments

Comments
 (0)