Skip to content

Commit

Permalink
Merge pull request #49 from pytest-dev/fix-readme-formatting/1/dev
Browse files Browse the repository at this point in the history
Fix a minor formatting error in the README
  • Loading branch information
diazona authored Aug 28, 2022
2 parents 67112ca + c59541c commit daee3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ poking around in the code itself.
* ``Chunked.YES``, telling the server to always apply chunk encoding
* ``Chunked.NO``, telling the server to never apply chunk encoding
* ``Chunked.AUTO``, telling the server to apply chunk encoding only if
the ``Transfer-Encoding`` header includes ``chunked``
the ``Transfer-Encoding`` header includes ``chunked``

If chunk encoding is applied, each str or bytes in ``content`` becomes one
chunk in the response.
Expand Down

0 comments on commit daee3f6

Please sign in to comment.