[Python-checkins] Linkify PEP 8 in unix.rst (GH-10482)

Miss Islington (bot) webhook-mailer at python.org
Mon Nov 12 11:32:01 EST 2018


https://github.com/python/cpython/commit/9404e7737bd09bc1df154e1216d721e5168e4c68
commit: 9404e7737bd09bc1df154e1216d721e5168e4c68
branch: master
author: Andrés Delfino <adelfino at gmail.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2018-11-12T08:31:57-08:00
summary:

Linkify PEP 8 in unix.rst (GH-10482)

files:
M Doc/using/unix.rst

diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 4403180a0e27..31cf87c66f5f 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>`_



More information about the Python-checkins mailing list