pep-0567: Fix markup (#500)

This commit is contained in:
Yury Selivanov 2017-12-12 12:21:33 -05:00 committed by GitHub
parent af7f732146
commit d793b139f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ like ``decimal`` an ``numpy``.
contextvars.Context
-------------------
``Context`` objects are mappings of ``ContextVar``s to values.
``Context`` objects are mappings of ``ContextVar`` to values.
To get the current ``Context`` for the current OS thread, use
``contextvars.get_context()`` method::