diff --git a/pep-0567.rst b/pep-0567.rst index a7e87d689..31f0f80e1 100644 --- a/pep-0567.rst +++ b/pep-0567.rst @@ -272,11 +272,11 @@ Note that all Mapping methods, including ``Context.__getitem__`` and that was created with a default value and was not set in the *context*: - * ``context[var]`` raises a ``KeyError``, +* ``context[var]`` raises a ``KeyError``, - * ``var in context`` returns ``False``, +* ``var in context`` returns ``False``, - * the variable isn't included in ``context.items()``, etc. +* the variable isn't included in ``context.items()``, etc. asyncio