File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ You can instead just do this::
365
365
from flask import json
366
366
367
367
For usage examples, read the :mod: `json ` documentation in the standard
368
- lirbary . The following extensions are by default applied to the stdlib's
368
+ library . The following extensions are by default applied to the stdlib's
369
369
JSON module:
370
370
371
371
1. ``datetime `` objects are serialized as :rfc: `822 ` strings.
@@ -505,7 +505,7 @@ Signals
505
505
506
506
.. data :: signals_available
507
507
508
- `True ` if the signalling system is available. This is the case
508
+ `True ` if the signaling system is available. This is the case
509
509
when `blinker `_ is installed.
510
510
511
511
.. data :: template_rendered
@@ -728,7 +728,7 @@ some defaults to :meth:`~flask.Flask.add_url_rule` or general behavior:
728
728
729
729
- `required_methods `: if this attribute is set, Flask will always add
730
730
these methods when registering a URL rule even if the methods were
731
- explicitly overriden in the ``route() `` call.
731
+ explicitly overridden in the ``route() `` call.
732
732
733
733
Full example::
734
734
You can’t perform that action at this time.
0 commit comments