This commit is contained in:
Marcus Fredriksson 2010-07-02 00:26:41 +08:00 committed by Armin Ronacher
parent a154c87cfc
commit b2c7efd0fa

View file

@ -1292,7 +1292,7 @@ class Flask(_PackageBoundObject):
:param methods: a list of methods this rule should be limited
to (``GET``, ``POST`` etc.). By default a rule
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.
:param strict_slashes: can be used to disable the strict slashes
setting for this rule. See above.