forked from orbit-oss/flask
Typo
This commit is contained in:
parent
a154c87cfc
commit
b2c7efd0fa
1 changed files with 1 additions and 1 deletions
2
flask.py
2
flask.py
|
|
@ -1292,7 +1292,7 @@ class Flask(_PackageBoundObject):
|
||||||
:param methods: a list of methods this rule should be limited
|
:param methods: a list of methods this rule should be limited
|
||||||
to (``GET``, ``POST`` etc.). By default a rule
|
to (``GET``, ``POST`` etc.). By default a rule
|
||||||
just listens for ``GET`` (and implicitly ``HEAD``).
|
just listens for ``GET`` (and implicitly ``HEAD``).
|
||||||
:param subdomain: specifies the rule for the subdoain in case
|
:param subdomain: specifies the rule for the subdomain in case
|
||||||
subdomain matching is in use.
|
subdomain matching is in use.
|
||||||
:param strict_slashes: can be used to disable the strict slashes
|
:param strict_slashes: can be used to disable the strict slashes
|
||||||
setting for this rule. See above.
|
setting for this rule. See above.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue