PEP 508: Add missing comma to grammar test code (#1250)
This commit is contained in:
parent
c2171bc3e8
commit
e6afc5973f
|
@ -476,7 +476,7 @@ A test program - if the grammar is in a string ``grammar``::
|
|||
"A.B-C_D",
|
||||
"aa",
|
||||
"name",
|
||||
"name<=1"
|
||||
"name<=1",
|
||||
"name>=3",
|
||||
"name>=3,<2",
|
||||
"name@http://foo.com",
|
||||
|
|
Loading…
Reference in New Issue