diff options
author | 2018-11-12 13:31:57 -0300 | |
---|---|---|
committer | 2018-11-12 08:31:57 -0800 | |
commit | 9404e7737bd09bc1df154e1216d721e5168e4c68 (patch) | |
tree | c9659d89dae32696f8e9917ef3dd4a4a2a52de40 /Doc/using | |
parent | bpo-35081: Rename internal headers (GH-10275) (diff) | |
download | cpython-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.rst | 2 |
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>`_ |