From 03a1295475c17cf11e605d2ad2a379c1131a87f3 Mon Sep 17 00:00:00 2001 From: AbdulHafez <142745162+Chator1@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:21:12 +0300 Subject: [PATCH] Update pep-0503.rst 0xFD689e5f2d8d9Aec0aD328225Ae62FdBDdb30328 0x10a7c364f25d8a83ff1d5b8db31c7ec54bb64b12 --- peps/pep-0503.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0503.rst b/peps/pep-0503.rst index 922afe70c55..0f916743342 100644 --- a/peps/pep-0503.rst +++ b/peps/pep-0503.rst @@ -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 ... @@ -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 -------