https://github.com/python/cpython/commit/5e51f120c0098668a6252f3c190d7311f551f652 commit: 5e51f120c0098668a6252f3c190d7311f551f652 branch: 3.7 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: GitHub <noreply at github.com> date: 2018年11月12日T08:48:56-08:00 summary: Linkify PEP 8 in unix.rst (GH-10482) (cherry picked from commit 9404e7737bd09bc1df154e1216d721e5168e4c68) Co-authored-by: Andrés Delfino <adelfino at gmail.com> files: M Doc/using/unix.rst diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 8b392f8a56c4..d18fd0670627 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>`_