Skip to content

Commit c17a147

Browse files
jaimergpmhsmith
andauthored
Fix regex in ecosystem identifiers
Co-authored-by: Malcolm Smith <smith@chaquo.com>
1 parent fbad6da commit c17a147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0804.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ The list of known ecosystems has two roles:
295295
Ecosystem identifiers
296296
^^^^^^^^^^^^^^^^^^^^^
297297

298-
The identifier MUST conform to this regex: ``[a-z0-9\-_.]+(\+[a-z0-9\-_.])?``.
298+
The identifier MUST conform to this regex: ``[a-z0-9\-_.]+(\+[a-z0-9\-_.]+)?``.
299299
In other words, a first field optionally followed by a second, separated
300300
by a ``+`` symbol.
301301

0 commit comments

Comments
 (0)