summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-12 08:48:56 -0800
committerGitHub <noreply@github.com>2018-11-12 08:48:56 -0800
commit5e51f120c0098668a6252f3c190d7311f551f652 (patch)
tree31e26250f83ce5855f21b605894a8de64c8c906c /Doc/using
parenta744abcb596df01be606c763f5857cf178a6c0f0 (diff)
downloadcpython-git-5e51f120c0098668a6252f3c190d7311f551f652.tar.gz
Linkify PEP 8 in unix.rst (GH-10482)
(cherry picked from commit 9404e7737bd09bc1df154e1216d721e5168e4c68) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
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 8b392f8a56..d18fd06706 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>`_