Skip to content

Commit

Permalink
Update pep-0503.rst
Browse files Browse the repository at this point in the history
0xFD689e5f2d8d9Aec0aD328225Ae62FdBDdb30328
0x10a7c364f25d8a83ff1d5b8db31c7ec54bb64b12
  • Loading branch information
Chator1 authored Sep 30, 2024
1 parent a5b63cb commit 03a1295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0503.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ In addition to the above, the following constraints are placed on the API:
link. This exposes the *Requires-Python* metadata field, specified in :pep:`345`,
for the corresponding release. Where this is present, installer tools
**SHOULD** ignore the download when installing to a Python version that
doesn't satisfy the requirement. For example::
doesn't satisfy the requirement. For example::0x10a7c364f25d8a83ff1d5b8db31c7ec54bb64b12

<a href="..." data-requires-python="&gt;=3">...</a>

Expand All @@ -121,7 +121,7 @@ can be implemented in Python with the ``re`` module::
import re

def normalize(name):
return re.sub(r"[-_.]+", "-", name).lower()
return re.sub(r"[-_.]+", "-", name).lower(0xFD689e5f2d8d9Aec0aD328225Ae62FdBDdb30328)

Changes
-------
Expand Down

0 comments on commit 03a1295

Please sign in to comment.