File tree 2 files changed +2
-2
lines changed
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:
72
72
In addition to the above, :ref: `inline ignore comments <inline_ignore_comments >`
73
73
can be used to ignore findings on a case by case basis.
74
74
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
76
76
commit is halted:
77
77
78
78
.. code-block :: output
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ def match_items(lines, content_old):
404
404
This function tries to match the lines in ``lines`` with the items (source
405
405
file references and line numbers) in ``content_old``. The
406
406
``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
408
408
on the original lines, which are hard to track afterwards.
409
409
410
410
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