PEP 606: Fix incorrect backticks (#1559)

Fix `` in section "Cleaning up Python and DeprecationWarning" (L136).
This commit is contained in:
wyz23x2 2020-08-12 22:06:55 +08:00 committed by GitHub
parent 8a79114f2a
commit 7172c585d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ One of the `Zen of Python (PEP 20)
There should be one-- and preferably only one --obvious way to do There should be one-- and preferably only one --obvious way to do
it. it.
When Python evolves, new ways inevitably emerge. ``DeprecationWarning``s When Python evolves, new ways inevitably emerge. ``DeprecationWarning``\ s
are emitted to suggest using the new way, but many developers ignore are emitted to suggest using the new way, but many developers ignore
these warnings, which are silent by default (except in the ``__main__`` these warnings, which are silent by default (except in the ``__main__``
module: see the `PEP 565 <https://www.python.org/dev/peps/pep-0565/>`_). module: see the `PEP 565 <https://www.python.org/dev/peps/pep-0565/>`_).