aboutsummaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorAndrés Delfino <adelfino@gmail.com>2018-11-12 13:31:57 -0300
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-12 08:31:57 -0800
commit9404e7737bd09bc1df154e1216d721e5168e4c68 (patch)
treec9659d89dae32696f8e9917ef3dd4a4a2a52de40 /Doc/using
parentbpo-35081: Rename internal headers (GH-10275) (diff)
downloadcpython-9404e7737bd09bc1df154e1216d721e5168e4c68.tar.gz
cpython-9404e7737bd09bc1df154e1216d721e5168e4c68.tar.bz2
cpython-9404e7737bd09bc1df154e1216d721e5168e4c68.zip
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 4403180a0e2..31cf87c66f5 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>`_