PEP 508: Add missing comma to grammar test code (#1250)

This commit is contained in:
Christopher Hunt 2019-12-07 11:45:38 +08:00 committed by Chris Angelico
parent c2171bc3e8
commit e6afc5973f
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ A test program - if the grammar is in a string ``grammar``::
"A.B-C_D", "A.B-C_D",
"aa", "aa",
"name", "name",
"name<=1" "name<=1",
"name>=3", "name>=3",
"name>=3,<2", "name>=3,<2",
"name@http://foo.com", "name@http://foo.com",