Skip to content

Commit 335fd5b

Browse files
authored
Fix typo discovered by codespell
___codespell --quiet-level=2___ ``` ./python-patterns/patterns/behavioral/publish_subscribe.py:68: subscirbed ==> subscribed ./python-patterns/patterns/structural/front_controller.py:30: cant ==> can't ./python-patterns/patterns/structural/front_controller.py:72: cant ==> can't ```
1 parent f6adf63 commit 335fd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/behavioral/publish_subscribe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def main():
6565
>>> vani.subscribe("movie")
6666
>>> vani.unsubscribe("movie")
6767
68-
# Note that no one subscirbed to `ads`
68+
# Note that no one subscribed to `ads`
6969
# and that vani changed their mind
7070
7171
>>> fftv.publish("cartoon")

0 commit comments

Comments
 (0)