PEP 646: Fix quotes in example (#1843)
This commit is contained in:
parent
ff3e7b1eb3
commit
22114c7ba3
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue