forked from orbit-oss/flask
Fix typo in pop documentation
This commit is contained in:
parent
353d891561
commit
553b26f857
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class _AppCtxGlobals(object):
|
|||
|
||||
:param name: Name of attribute to pop.
|
||||
:param default: Value to return if the attribute is not present,
|
||||
instead of raise a ``KeyError``.
|
||||
instead of raising a ``KeyError``.
|
||||
|
||||
.. versionadded:: 0.11
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue