Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #2502

Merged
merged 2 commits into from
Jul 24, 2022
Merged

docs: Fix a few typos #2502

merged 2 commits into from
Jul 24, 2022

Conversation

timgates42
Copy link
Contributor

There are small typos in:

  • sanic/app.py
  • sanic/http/http3.py
  • sanic/request.py
  • sanic/server/websockets/impl.py

Fixes:

  • Should read service rather than servince.
  • Should read method rather than methdod.
  • Should read handlers rather than hanlers.
  • Should read current rather than currrent.
  • Should read coroutine rather than couroutine.

Semi-automated pull request generated by
https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

There are small typos in:
- sanic/app.py
- sanic/http/http3.py
- sanic/request.py
- sanic/server/websockets/impl.py

Fixes:
- Should read `service` rather than `servince`.
- Should read `method` rather than `methdod`.
- Should read `handlers` rather than `hanlers`.
- Should read `current` rather than `currrent`.
- Should read `coroutine` rather than `couroutine`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
@timgates42 timgates42 requested a review from a team as a code owner July 18, 2022 20:47
@codecov
Copy link

codecov bot commented Jul 18, 2022

Codecov Report

Merging #2502 (291a87f) into main (2fc21ad) will increase coverage by 0.054%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##              main     #2502       +/-   ##
=============================================
+ Coverage   87.342%   87.396%   +0.054%     
=============================================
  Files           69        69               
  Lines         5554      5554               
  Branches       966       966               
=============================================
+ Hits          4851      4854        +3     
+ Misses         510       508        -2     
+ Partials       193       192        -1     
Impacted Files Coverage Δ
sanic/app.py 88.718% <ø> (ø)
sanic/http/http3.py 81.666% <ø> (ø)
sanic/request.py 95.287% <ø> (ø)
sanic/server/websockets/impl.py 29.186% <ø> (ø)
sanic/server/protocols/http_protocol.py 83.823% <0.000%> (+2.205%) ⬆️

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 2fc21ad...291a87f. Read the comment docs.

@ahopkins ahopkins merged commit 312ab29 into sanic-org:main Jul 24, 2022
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.

2 participants