File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ URI is defined in :rfc:`std-66 <3986>`)::
7373Environment markers allow making a specification only take effect in some
7474environments::
7575
76- marker_op = version_cmp | (wsp* 'in') | (wsp* 'not' wsp+ 'in')
76+ marker_op = version_cmp | (wsp+ 'in' wsp+ ) | (wsp+ 'not' wsp+ 'in' wsp+ )
7777 python_str_c = (wsp | letter | digit | '(' | ')' | '.' | '{' | '}' |
7878 '-' | '_' | '*' | '#' | ':' | ';' | ',' | '/' | '?' |
7979 '[' | ']' | '!' | '~' | '`' | '@' | '$' | '%' | '^' |
@@ -116,7 +116,7 @@ Giving us a rule for name based requirements::
116116
117117And a rule for direct reference specifications::
118118
119- url_req = name wsp* extras? wsp* urlspec wsp+ quoted_marker?
119+ url_req = name wsp* extras? wsp* urlspec ( wsp+ quoted_marker?) ?
120120
121121Leading to the unified rule that can specify a dependency.::
122122
You can’t perform that action at this time.
0 commit comments