jquast / blessed

Blessed is an easy, practical library for making python terminal apps
http://pypi.python.org/pypi/blessed
MIT License
1.18k stars 71 forks source link

Fix typo: withing -> within #257

Closed Neob91 closed 1 year ago

Neob91 commented 1 year ago

Love the library, thanks!

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (941f7c1) 95.38% compared to head (9881098) 95.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #257 +/- ## ======================================= Coverage 95.38% 95.38% ======================================= Files 9 9 Lines 1018 1018 Branches 215 215 ======================================= Hits 971 971 Misses 43 43 Partials 4 4 ``` | [Impacted Files](https://app.codecov.io/gh/jquast/blessed/pull/257?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+Quast) | Coverage Δ | | |---|---|---| | [blessed/terminal.py](https://app.codecov.io/gh/jquast/blessed/pull/257?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+Quast#diff-Ymxlc3NlZC90ZXJtaW5hbC5weQ==) | `98.27% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

avylove commented 1 year ago

Thanks for the PR!