PEP 566: Fix keywords delimiter in JSON conversion (#3015)

This commit is contained in:
Dustin Ingram 2023-03-04 10:24:21 -05:00 committed by GitHub
parent 40f579646e
commit dc4346298a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.