Skip to content

Commit f7fad7b

Browse files
authored
PEP 426: fix typo
1 parent 0e6e554 commit f7fad7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0426.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ characters:
630630

631631
Source labels MUST start and end with an ASCII letter or digit.
632632

633-
A regular expression to rnforce these constraints (when run with
633+
A regular expression to enforce these constraints (when run with
634634
``re.IGNORECASE``) is::
635635

636636
^([A-Z0-9]|[A-Z0-9][A-Z0-9._-+]*[A-Z0-9])$

0 commit comments

Comments
 (0)