diff options
author | David Lechner <david@lechnology.com> | 2022-03-05 09:51:34 -0600 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-03-07 14:15:21 +1100 |
commit | eadc927baff938a7f561fe69e09a27f11514f96e (patch) | |
tree | b9655830673978fce37b6c10c2e90bdcd93cdbe4 | |
parent | 5d9171b5ccf154a4c7c5f8e152ea4fd75a5f33a5 (diff) | |
download | micropython-eadc927baff938a7f561fe69e09a27f11514f96e.tar.gz micropython-eadc927baff938a7f561fe69e09a27f11514f96e.zip |
docs/differences/python_35: Mark PEP 486 as not applicable.
This adds the "Not relevant" designation to PEP 486 since it has to do with
the Python Launcher for Windows and not the Python language itself.
Also fix a typo while we are touching this line.
Signed-off-by: David Lechner <david@pybricks.com>
-rw-r--r-- | docs/differences/python_35.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/differences/python_35.rst b/docs/differences/python_35.rst index 2a4c119a45..e88df25f95 100644 --- a/docs/differences/python_35.rst +++ b/docs/differences/python_35.rst @@ -33,7 +33,7 @@ Below is a list of finalised/accepted PEPs for Python 3.5 grouped into their imp +--------------------------------------------------------+-------------------------------------------------+---------------+ | `PEP 441 <https://www.python.org/dev/peps/pep-0441/>`_ | improved Python zip application support | | +--------------------------------------------------------+-------------------------------------------------+---------------+ - | `PEP 486 <https://www.python.org/dev/peps/pep-0486/>`_ | make the Python Laucher aware of virtual | | + | `PEP 486 <https://www.python.org/dev/peps/pep-0486/>`_ | make the Python Launcher aware of virtual | Not relevant | | | environments | | +--------------------------------------------------------+-------------------------------------------------+---------------+ | `PEP 484 <https://www.python.org/dev/peps/pep-0484/>`_ | type hints (advisory only) | In Progress | |