From 22114c7ba33e18b61e99872845c78d21e5ff7e1d Mon Sep 17 00:00:00 2001 From: Naren Santhanam <78375422+naren-apixio@users.noreply.github.com> Date: Fri, 26 Feb 2021 14:13:44 -0800 Subject: [PATCH] PEP 646: Fix quotes in example (#1843) --- pep-0636.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0636.rst b/pep-0636.rst index 18988842d89..eb8d62ebf48 100644 --- a/pep-0636.rst +++ b/pep-0636.rst @@ -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::