Skip to content

Commit c59541c

Browse files
committed
Fix a minor formatting error in the README
1 parent 67112ca commit c59541c

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)