Fix grammar and article usage in documentation
- Fix verb agreement in lifecycle.rst: 'creates and send' -> 'creates and sends' - Fix article usage: 'a HTTP' -> 'an HTTP' in quickstart.rst and errorhandling.rst
This commit is contained in:
parent
85c5d93cbd
commit
0e8dc9f269
3 changed files with 3 additions and 3 deletions
|
|
@ -535,7 +535,7 @@ attributes mentioned above::
|
|||
|
||||
What happens if the key does not exist in the ``form`` attribute? In that
|
||||
case a special :exc:`KeyError` is raised. You can catch it like a
|
||||
standard :exc:`KeyError` but if you don't do that, a HTTP 400 Bad Request
|
||||
standard :exc:`KeyError` but if you don't do that, an HTTP 400 Bad Request
|
||||
error page is shown instead. So for many situations you don't have to
|
||||
deal with that problem.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue