diff --git a/src/flask/ctx.py b/src/flask/ctx.py index 172f6a01..4e6b40b1 100644 --- a/src/flask/ctx.py +++ b/src/flask/ctx.py @@ -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 """