Skip to content

Commit daee3f6

Browse files
authored
Merge pull request #49 from pytest-dev/fix-readme-formatting/1/dev
Fix a minor formatting error in the README
2 parents 67112ca + c59541c commit daee3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ poking around in the code itself.
103103
* ``Chunked.YES``, telling the server to always apply chunk encoding
104104
* ``Chunked.NO``, telling the server to never apply chunk encoding
105105
* ``Chunked.AUTO``, telling the server to apply chunk encoding only if
106-
the ``Transfer-Encoding`` header includes ``chunked``
106+
the ``Transfer-Encoding`` header includes ``chunked``
107107

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

0 commit comments

Comments
 (0)