Skip to content

Commit

Permalink
Merge pull request #221 from skoslowski/patch-1
Browse files Browse the repository at this point in the history
Correct Context Vars PEP citation
  • Loading branch information
jamadden committed Dec 1, 2020
2 parents f005b37 + 58a990a commit cdd0623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contextvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. versionadded:: 1.0.0

On Python versions (3.7 and above) that natively support context
variables as defined in :pep:`525`, each greenlet runs by default in
variables as defined in :pep:`567`, each greenlet runs by default in
its own :class:`contextvars.Context`, enabling
:class:`~contextvars.ContextVar`\s to be used for "greenlet-local
storage". (If you need to support earlier Python versions, you can use
Expand Down

0 comments on commit cdd0623

Please sign in to comment.