From: Ryan Balfanz <133278+RyanBalfanz@users.noreply.github.com> Date: Fri, 1 May 2020 18:37:01 +0000 (-0700) Subject: Fix small typo (#920) X-Git-Tag: 0.13.0.dev1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9ebe0523b3d9aaffd96bc2c5e2b11ff7559fea;p=thirdparty%2Fhttpx.git Fix small typo (#920) --- diff --git a/docs/quickstart.md b/docs/quickstart.md index a147b046..3d67636f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -140,7 +140,7 @@ which is used for HTML forms. } ``` -Form encoded data can also include multiple values form a given key. +Form encoded data can also include multiple values from a given key. ```python >>> data = {'key1': ['value1', 'value2']}