We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in
not in
1 parent 3ab0328 commit 4193e04Copy full SHA for 4193e04
source/specifications/dependency-specifiers.rst
@@ -70,7 +70,7 @@ URI is defined in :rfc:`std-66 <3986>`)::
70
Environment markers allow making a specification only take effect in some
71
environments::
72
73
- marker_op = version_cmp | (wsp* 'in') | (wsp* 'not' wsp+ 'in')
+ marker_op = version_cmp | (wsp+ 'in') | (wsp+ 'not' wsp+ 'in')
74
python_str_c = (wsp | letter | digit | '(' | ')' | '.' | '{' | '}' |
75
'-' | '_' | '*' | '#' | ':' | ';' | ',' | '/' | '?' |
76
'[' | ']' | '!' | '~' | '`' | '@' | '$' | '%' | '^' |
0 commit comments