summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development/registering-plugins.rst
diff options
context:
space:
mode:
authorTyler Wince <tyler@myndshft.com>2018-03-30 14:53:37 -0700
committerTyler Wince <tyler@myndshft.com>2018-03-30 14:53:37 -0700
commit7635db1ce3fc3c7471d6003ccb632a145c3d08e6 (patch)
tree6eaeadc834a8ef9791a3052ffce12ee8a2e64e0c /docs/source/plugin-development/registering-plugins.rst
parenta7c0fc6463f41b397ef2c4e68bf7790b4b707b2f (diff)
downloadflake8-7635db1ce3fc3c7471d6003ccb632a145c3d08e6.tar.gz
fixed emphasis on last line
Diffstat (limited to 'docs/source/plugin-development/registering-plugins.rst')
-rw-r--r--docs/source/plugin-development/registering-plugins.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/plugin-development/registering-plugins.rst b/docs/source/plugin-development/registering-plugins.rst
index 0bb51d7..851a9e7 100644
--- a/docs/source/plugin-development/registering-plugins.rst
+++ b/docs/source/plugin-development/registering-plugins.rst
@@ -133,9 +133,9 @@ would look like the original example.
in the users environment. Selecting an entry point that is already used can
cause plugins to be deactivated without warning!
-_Please Note: Your entry point does not need to be exactly 4 characters as of
-|Flake8| 3.0. Consider using an entry point with 3 letters followed by 3
-numbers (i.e. ABC123)._
+**Please Note:** Your entry point does not need to be exactly 4 characters
+as of |Flake8| 3.0. *Consider using an entry point with 3 letters followed
+by 3 numbers (i.e.* ``ABC123`` *).*
.. _Entry Points: