Skip to content

Fix typo discovered by codespell#361

Merged
faif merged 2 commits into
faif:masterfrom
cclauss:patch-1
Jan 1, 2021
Merged

Fix typo discovered by codespell#361
faif merged 2 commits into
faif:masterfrom
cclauss:patch-1

Conversation

@cclauss
Copy link
Copy Markdown
Contributor

@cclauss cclauss commented Dec 31, 2020

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

___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
```
@codecov-io
Copy link
Copy Markdown

codecov-io commented Dec 31, 2020

Codecov Report

Merging #361 (d8c0fd6) into master (f6adf63) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #361   +/-   ##
=======================================
  Coverage   30.38%   30.38%           
=======================================
  Files          39       39           
  Lines        1277     1277           
=======================================
  Hits          388      388           
  Misses        889      889           
Impacted Files Coverage Δ
patterns/behavioral/publish_subscribe.py 91.17% <ø> (ø)
patterns/structural/front_controller.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f6adf63...d8c0fd6. Read the comment docs.

@faif faif merged commit 355b512 into faif:master Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants