forked from orbit-oss/flask
Fix minor typo
This commit is contained in:
parent
d4b3d16c14
commit
15d8af52db
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ class Flask(_PackageBoundObject):
|
||||||
return self.session_interface.make_null_session(self)
|
return self.session_interface.make_null_session(self)
|
||||||
|
|
||||||
def register_module(self, module, **options):
|
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
|
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
|
:class:`Module` class and will override the values of the module if
|
||||||
provided.
|
provided.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue