From b2c7efd0fabcc0514e27d03ed30f5f8af1de1065 Mon Sep 17 00:00:00 2001 From: Marcus Fredriksson Date: Fri, 2 Jul 2010 00:26:41 +0800 Subject: [PATCH] Typo --- flask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask.py b/flask.py index 9c720ef0..c2ccd6a9 100644 --- a/flask.py +++ b/flask.py @@ -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.