Fix small typo (#920)
This commit is contained in:
parent
30102612b7
commit
3b9ebe0523
@ -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']}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user