diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-11-12 16:31:57 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-12 16:31:57 (GMT) |
commit | 9404e7737bd09bc1df154e1216d721e5168e4c68 (patch) | |
tree | c9659d89dae32696f8e9917ef3dd4a4a2a52de40 | |
parent | 621cebe81b1e6c8de10425955bf532d31ee4df42 (diff) | |
download | cpython-9404e7737bd09bc1df154e1216d721e5168e4c68.zip cpython-9404e7737bd09bc1df154e1216d721e5168e4c68.tar.gz cpython-9404e7737bd09bc1df154e1216d721e5168e4c68.tar.bz2 |
Linkify PEP 8 in unix.rst (GH-10482)
-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 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>`_ |