Skip to content

Commit 3fbd157

Browse files
Apply suggestions from code review
Co-authored-by: Tom Aldcroft <taldcroft@gmail.com>
1 parent c30292b commit 3fbd157

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/development/codeguide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ Coding Style/Conventions
140140
`isort <https://pycqa.github.io/isort/>`_ to sort the module imports.
141141

142142
* We provide a `pre-commit <https://pre-commit.com/>`_ based git ``pre-commit``
143-
hook, which enforces all of these styling checks on each commit and automatically
143+
hook which enforces all of these styling checks on each commit and automatically
144144
fixes styling issues whenever possible. Note that ``pre-commit``
145145
`hooks <https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks#_git_hooks>`_
146146
in git are essentially scripts that get run automatically by git before the
147-
commit message can be entered; meaning, if the ``pre-commit`` hook fails you
147+
commit message can be entered. If the ``pre-commit`` hook fails you
148148
will be unable to commit your code without overriding (which should be avoided
149149
whenever possible) the hook, which can be done by running::
150150

0 commit comments

Comments
 (0)