diff options
| author | Andrés Delfino <adelfino@gmail.com> | 2018-11-12 13:31:57 -0300 |
|---|---|---|
| committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-12 08:31:57 -0800 |
| commit | 9404e7737bd09bc1df154e1216d721e5168e4c68 (patch) | |
| tree | c9659d89dae32696f8e9917ef3dd4a4a2a52de40 /Doc/using/unix.rst | |
| parent | 621cebe81b1e6c8de10425955bf532d31ee4df42 (diff) | |
| download | cpython-git-9404e7737bd09bc1df154e1216d721e5168e4c68.tar.gz | |
Linkify PEP 8 in unix.rst (GH-10482)
Diffstat (limited to 'Doc/using/unix.rst')
| -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 4403180a0e..31cf87c66f 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>`_ |
