diff options
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 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>`_ |