Fix small typo (#920)

This commit is contained in:
Ryan Balfanz 2020-05-01 11:37:01 -07:00 committed by GitHub
parent 30102612b7
commit 3b9ebe0523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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']}