Skip to content

Commit

Permalink
PEP 646: Fix quotes in example (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
naren-apixio authored Feb 26, 2021
1 parent ff3e7b1 commit 22114c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0636.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 22114c7

Please sign in to comment.