Skip to content

Commit 7d18fe3

Browse files
authored
Update and rename match_case_statement.md to match-case.md
1 parent 4f096eb commit 7d18fe3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/advanced-python/match_case_statement.md renamed to contrib/advanced-python/match-case.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,5 @@ The match case statements provide an elegant and readible format to perform oper
247247
## Further Reading
248248
This article provides a brief introduction to the match case statements and the overview on the pattern matching operations. To know more, the below articles can be used for in-depth understanding of the topic.
249249

250-
- [Python Match Case Statement - GeeksForGeeks](https://www.geeksforgeeks.org/python-match-case-statement/)
251250
- [PEP 634 – Structural Pattern Matching: Specification](https://peps.python.org/pep-0634/)
252251
- [PEP 636 – Structural Pattern Matching: Tutorial](https://peps.python.org/pep-0636/)

0 commit comments

Comments
 (0)