summaryrefslogtreecommitdiff
path: root/docs/source/user/python-api.rst
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-20 08:13:50 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-20 08:13:50 -0500
commit41277ff965b9083d898ad8c2c990f7c119a8a1ae (patch)
tree1e0256830f12b7895d8b83b5f2173cfed08174d1 /docs/source/user/python-api.rst
parent57ac6ab6994dc609a3514f49d77dac228328d308 (diff)
downloadflake8-41277ff965b9083d898ad8c2c990f7c119a8a1ae.tar.gz
Use |Flake8| consistently throughout documentation
Diffstat (limited to 'docs/source/user/python-api.rst')
-rw-r--r--docs/source/user/python-api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/user/python-api.rst b/docs/source/user/python-api.rst
index 2e2a16e..214565d 100644
--- a/docs/source/user/python-api.rst
+++ b/docs/source/user/python-api.rst
@@ -2,7 +2,7 @@
Public Python API
===================
-Flake8 3.0.0 presently does not have a public, stable Python API.
+|Flake8| 3.0.0 presently does not have a public, stable Python API.
When it does it will be located in :mod:`flake8.api` and that will
be documented here.