Merge pull request #1022 from mjfroehlich/patch-1

Fix minor typo
This commit is contained in:
Kenneth Reitz 2014-04-14 19:02:44 -04:00
commit 00679eab93

View file

@ -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.