diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-12 16:49:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 16:49:10 (GMT) |
commit | 35304b6549863037ef435414fed5e540db1ec3c8 (patch) | |
tree | a2a9c0c02160c3d5ab1a3ee008996a6cb383606a | |
parent | d8e5601eef6652a109be2e6d1f9352c415cef020 (diff) | |
download | cpython-35304b6549863037ef435414fed5e540db1ec3c8.zip cpython-35304b6549863037ef435414fed5e540db1ec3c8.tar.gz cpython-35304b6549863037ef435414fed5e540db1ec3c8.tar.bz2 |
Linkify PEP 8 in unix.rst (GH-10482)
(cherry picked from commit 9404e7737bd09bc1df154e1216d721e5168e4c68)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
-rw-r--r-- | Doc/using/unix.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 858d2e1..51caf0f 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>`_ |