python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

docs/api: add missing word #79

Closed buhman closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #79 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #79   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          20     20           
  Lines         919    926    +7     
  Branches      173    173           
=====================================
+ Hits          919    926    +7
Impacted Files Coverage Δ
h11/_connection.py 100% <0%> (ø) :arrow_up:
h11/tests/test_against_stdlib_http.py 100% <0%> (ø) :arrow_up:
h11/tests/helpers.py 100% <0%> (ø) :arrow_up:

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 29baa21...a89b170. Read the comment docs.

njsmith commented 5 years ago

Thanks!

buhman commented 5 years ago

:+1: