Fix typo in pop documentation

This commit is contained in:
Arnav Borborah 2019-08-15 21:05:33 -04:00 committed by GitHub
parent ce59a6f8dd
commit 6cd9004399

View file

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