pep-567: Fix formatting (#546)

This commit is contained in:
Yury Selivanov 2018-01-17 22:59:27 -05:00 committed by GitHub
parent 9002a8f2f4
commit 72662b81ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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