File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ the pre-commit hook as follows:
7272In addition to the above, :ref: `inline ignore comments <inline_ignore_comments >`
7373can 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
7676commit is halted:
7777
7878.. code-block :: output
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments