docs: fix duplicated word in lazy loading docs
This commit is contained in:
parent
9fcd34c9f3
commit
c2ac5c5e25
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ function but internally imports the real function on first use::
|
||||||
def __call__(self, *args, **kwargs):
|
def __call__(self, *args, **kwargs):
|
||||||
return self.view(*args, **kwargs)
|
return self.view(*args, **kwargs)
|
||||||
|
|
||||||
What's important here is is that `__module__` and `__name__` are properly
|
What's important here is that `__module__` and `__name__` are properly
|
||||||
set. This is used by Flask internally to figure out how to name the
|
set. This is used by Flask internally to figure out how to name the
|
||||||
URL rules in case you don't provide a name for the rule yourself.
|
URL rules in case you don't provide a name for the rule yourself.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue