From e6afc5973f9819378d99f6ccdecc1dbb3e7006da Mon Sep 17 00:00:00 2001 From: Christopher Hunt Date: Sat, 7 Dec 2019 11:45:38 +0800 Subject: [PATCH] PEP 508: Add missing comma to grammar test code (#1250) --- pep-0508.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0508.txt b/pep-0508.txt index 5558ed55a..508cc2f3e 100644 --- a/pep-0508.txt +++ b/pep-0508.txt @@ -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",