pep-567: Fix formatting (#546)
This commit is contained in:
parent
9002a8f2f4
commit
72662b81ee
|
@ -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
|
that was created with a default value and was not set in the
|
||||||
*context*:
|
*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
|
asyncio
|
||||||
|
|
Loading…
Reference in New Issue