Skip to content

Commit

Permalink
Update docs/source/index.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Altendorf <[email protected]>
  • Loading branch information
graingert and altendky authored Apr 7, 2021
1 parent 56909c7 commit a618caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ avoid collisions, this should match your library's name on PyPI.

.. data:: thread_local.name

Make sure that whenever your library is calling a coroutine throw(), send(), or close()
Make sure that whenever your library is calling a coroutine ``throw()``, ``send()``, or ``close()``
that this is set to your identifier string. In most cases, this will be as simple as:

.. code-block:: python3
Expand Down

0 comments on commit a618caa

Please sign in to comment.