falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

docs(hooks): fix a minor inconsistency in `falcon.after` docs #1955

Closed vytas7 closed 3 years ago

vytas7 commented 3 years ago

Closes #1954

codecov[bot] commented 3 years ago

Codecov Report

Merging #1955 (1d30092) into master (e255bff) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1955   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           63        63           
  Lines         6610      6616    +6     
  Branches      1067      1067           
=========================================
+ Hits          6610      6616    +6     
Impacted Files Coverage Δ
falcon/hooks.py 100.00% <ø> (ø)
falcon/stream.py 100.00% <0.00%> (ø)
falcon/util/reader.py 100.00% <0.00%> (ø)
falcon/media/multipart.py 100.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 e255bff...1d30092. Read the comment docs.

CaselIT commented 3 years ago

fine for me