docs tutorial - specify match cases don't fall through by pr2502 · Pull Request #93615 · python/cpython

Hello, this is my first contribution here, sorry if I missed something in the contribution guidelines.

I was reading the docs about the for me new match control flow and had to dig into the linked PEP to make sure the cases don't fall through like I'd expect because the tutorial compared it to a switch statement but the only difference it pointed out was the pattern matching which confused me. I hope this would make it clearer.