Merge pull request #3336 from arnavb/patch-1

Fix typo in pop documentation
This commit is contained in:
Joshua Bronson 2019-08-15 21:30:05 -04:00 committed by GitHub
commit 96726f6a04
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
"""