PEP 646: Fix quotes in example (#1843)

This commit is contained in:
Naren Santhanam 2021-02-26 14:13:44 -08:00 committed by GitHub
parent ff3e7b1eb3
commit 22114c7ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ each element looking for example like these:
* ``{"text": "The shop keeper says 'Ah! We have Camembert, yes sir'", "color": "blue"}``
* If the client should make a pause ``{"sleep": 3}``
* To play a sound ``{"sound": "filename.ogg", format: "ogg"}``
* To play a sound ``{"sound": "filename.ogg", "format": "ogg"}``
Until now, our patterns have processed sequences, but there are patterns to match
mappings based on their present keys. In this case you could use::