Skip to content

Commit ab1be65

Browse files
author
Daniel Neuhäuser
committed
Merge pull request pallets#799 from cvrebert/patch-1
api.rst: fix some spelling/typos
2 parents 06139e7 + f632ba2 commit ab1be65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ You can instead just do this::
365365
from flask import json
366366

367367
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
369369
JSON module:
370370

371371
1. ``datetime`` objects are serialized as :rfc:`822` strings.
@@ -505,7 +505,7 @@ Signals
505505

506506
.. data:: signals_available
507507

508-
`True` if the signalling system is available. This is the case
508+
`True` if the signaling system is available. This is the case
509509
when `blinker`_ is installed.
510510

511511
.. data:: template_rendered
@@ -728,7 +728,7 @@ some defaults to :meth:`~flask.Flask.add_url_rule` or general behavior:
728728

729729
- `required_methods`: if this attribute is set, Flask will always add
730730
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.
732732

733733
Full example::
734734

0 commit comments

Comments
 (0)