From 15d8af52dbb091f198664bedc5dfc3d5d9ffdea0 Mon Sep 17 00:00:00 2001 From: mjfroehlich Date: Sun, 13 Apr 2014 22:25:10 +0200 Subject: [PATCH] Fix minor typo --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index 6b6da433..bb5cbbd7 100644 --- a/flask/app.py +++ b/flask/app.py @@ -874,7 +874,7 @@ class Flask(_PackageBoundObject): return self.session_interface.make_null_session(self) def register_module(self, module, **options): - """Registers a module with this application. The keyword argument + """Registers a module with this application. The keyword arguments of this function are the same as the ones for the constructor of the :class:`Module` class and will override the values of the module if provided.