diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst
index 200617d405960b3b4e5a966ecd6338ed1e8527ab_ZG9jcy9kZXZlbG9wbWVudC9zdWJtaXR0aW5nLXBhdGNoZXMucnN0..ded95676e7ff1ae183c0fce8a88de172945b6515_ZG9jcy9kZXZlbG9wbWVudC9zdWJtaXR0aW5nLXBhdGNoZXMucnN0 100644
--- a/docs/development/submitting-patches.rst
+++ b/docs/development/submitting-patches.rst
@@ -19,9 +19,10 @@
 ----
 
 When in doubt, refer to :pep:`8` for Python code. You can check if your code
-meets our automated requirements by running ``flake8`` against it. If you've
-installed the development requirements this will automatically use our
-configuration. You can also run the ``tox`` job with ``tox -e pep8``.
+meets our automated requirements by formatting it with ``black`` and running
+``flake8`` against it. If you've installed the development requirements this
+will automatically use our configuration. You can also run the ``tox`` job with
+``tox -e pep8``.
 
 `Write comments as complete sentences.`_