]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix small typo (#920)
authorRyan Balfanz <133278+RyanBalfanz@users.noreply.github.com>
Fri, 1 May 2020 18:37:01 +0000 (11:37 -0700)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 18:37:01 +0000 (20:37 +0200)
docs/quickstart.md

index a147b04608d87f780169f5395df6ba4c60930d60..3d67636f17ea05f516145ffa7f9223d6e2d50fe1 100644 (file)
@@ -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']}