PEP 691: Fix JSON example to be valid

This commit is contained in:
Brett Cannon 2022-12-11 14:17:27 -08:00 committed by GitHub
parent 4a71d8757d
commit e59744921b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ As an example:
},
"projects": [
{"name": "Frob"},
{"name": "spamspamspam"},
{"name": "spamspamspam"}
]
}