commit | 1cbb88736c32ac30fd530371adf53fe7554be0a5 | [log] [tgz] |
---|---|---|
author | Alex Waygood <Alex.Waygood@Gmail.com> | Tue Dec 14 15:04:29 2021 +0000 |
committer | GitHub <noreply@github.com> | Tue Dec 14 23:04:29 2021 +0800 |
tree | eb9d35f23a2bc559da6425d2fbe33656fbe7f19b | |
parent | 74821b30539bba3cf0ac4148923ec0e9b826508e [diff] |
bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) The "Color" example in the pattern-matching section of the "control flow" documentation is not immediately runnable, leading to confusion. Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>