Ported a typo fix from master

This commit is contained in:
Armin Ronacher 2010-07-04 11:26:34 +02:00
parent 8798b4b711
commit dd59d7241d

View file

@ -550,7 +550,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.