From 50fb9f8aaaeb7a5e3257210c7b7b3b18e97a3eb0 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Tue, 14 Feb 2023 19:42:38 +0000 Subject: [PATCH] PEP 566: Fix keywords delimiter in JSON conversion --- pep-0566.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0566.rst b/pep-0566.rst index 5b81c63c7f0..7c039117566 100644 --- a/pep-0566.rst +++ b/pep-0566.rst @@ -137,7 +137,7 @@ as follows: #. The transformed value for any field marked with "(Multiple-use") should be a single list containing all the original values for the given key; #. The ``Keywords`` field should be converted to a list by splitting the - original value on whitespace characters; + original value on commas; #. The message body, if present, should be set to the value of the ``description`` key. #. The result should be stored as a string-keyed dictionary.