Fix minor sphinx errors

This commit is contained in:
Michael Shamoon
2022-03-13 17:48:17 -07:00
parent 460f10f46a
commit 6b46b43367
3 changed files with 10 additions and 9 deletions

View File

@@ -115,7 +115,7 @@ Testing and code style:
configuration. This is not ideal. But for now, make sure no settings except for DEBUG are overridden when testing.
* Coding style is enforced by the Git pre-commit hooks. These will ensure your code is formatted and do some
linting when you do a `git commit`.
* You can also run ``black`` manually to format your code
* You can also run ``black`` manually to format your code
.. note::