summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-11-12 16:31:57 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-12 16:31:57 (GMT)
commit9404e7737bd09bc1df154e1216d721e5168e4c68 (patch)
treec9659d89dae32696f8e9917ef3dd4a4a2a52de40 /Doc/using
parent621cebe81b1e6c8de10425955bf532d31ee4df42 (diff)
downloadcpython-9404e7737bd09bc1df154e1216d721e5168e4c68.zip
cpython-9404e7737bd09bc1df154e1216d721e5168e4c68.tar.gz
cpython-9404e7737bd09bc1df154e1216d721e5168e4c68.tar.bz2
Linkify PEP 8 in unix.rst (GH-10482)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/unix.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 4403180..31cf87c 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -140,7 +140,7 @@ Editors and IDEs
================
There are a number of IDEs that support Python programming language.
-Many editors and IDEs provide syntax highlighting, debugging tools, and PEP-8 checks.
+Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks.
Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and
`Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_