forked from orbit-oss/flask
Use American English for "behavior" in docs.
Prompted by plaes on #pocoo, mitsuhiko confirmed to use American English.
This commit is contained in:
parent
10c34e6652
commit
a3cb2a3382
10 changed files with 18 additions and 18 deletions
|
|
@ -48,7 +48,7 @@ allocated will be freed again.
|
|||
|
||||
Another thing that becomes possible when you have an explicit object lying
|
||||
around in your code is that you can subclass the base class
|
||||
(:class:`~flask.Flask`) to alter specific behaviour. This would not be
|
||||
(:class:`~flask.Flask`) to alter specific behavior. This would not be
|
||||
possible without hacks if the object were created ahead of time for you
|
||||
based on a class that is not exposed to you.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue