Skip to content

Commit

Permalink
Update src/packaging/markers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Cannon <[email protected]>
  • Loading branch information
edgarrmondragon and brettcannon authored Jan 9, 2024
1 parent a61412c commit bd241b0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/packaging/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,7 @@ class Environment(TypedDict, total=False):

platform_python_implementation: str
"""
A string identifying the Python implementation.
Currently, the following implementations are identified: ``'CPython'`` (C
implementation of Python), ``'IronPython'`` (.NET implementation of Python),
``'Jython'`` (Java implementation of Python), ``'PyPy'`` (Python implementation of
Python).
A string identifying the Python implementation, e.g. ``'CPython'``.
"""

python_version: str
Expand Down

0 comments on commit bd241b0

Please sign in to comment.