From 441c8a5b93aca67f61d584950f351e144f48b10d Mon Sep 17 00:00:00 2001 From: ThomasWaldmann Date: Sun, 10 Jul 2011 09:25:08 -0700 Subject: [PATCH] fixed typo --- docs/patterns/urlprocessors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/patterns/urlprocessors.rst b/docs/patterns/urlprocessors.rst index f00211a6..778a5a6b 100644 --- a/docs/patterns/urlprocessors.rst +++ b/docs/patterns/urlprocessors.rst @@ -32,7 +32,7 @@ Consider an application like this:: g.lang_code = lang_code ... -This is an awful lot of reptition as you have to handle the language code +This is an awful lot of repetition as you have to handle the language code setting on the :data:`~flask.g` object yourself in every single function. Sure, a decorator could be used to simplify this, but if you want to generate URLs from one function to another you would have to still provide