Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion peps/pep-0426.rst
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ characters:

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

A regular expression to rnforce these constraints (when run with
A regular expression to enforce these constraints (when run with
``re.IGNORECASE``) is::

^([A-Z0-9]|[A-Z0-9][A-Z0-9._-+]*[A-Z0-9])$
Expand Down
Loading