Skip to content
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 doc/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ the pre-commit hook as follows:
In addition to the above, :ref:`inline ignore comments <inline_ignore_comments>`
can be used to ignore findings on a case by case basis.

If any issues are found when commiting, a report is printed out, and the
If any issues are found when committing, a report is printed out, and the
commit is halted:

.. code-block:: output
Expand Down
2 changes: 1 addition & 1 deletion numpydoc/numpydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,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