Fix typo in pop documentation

This commit is contained in:
Arnav Borborah 2019-08-15 21:05:33 -04:00 committed by GitHub
parent 353d891561
commit 553b26f857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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