Skip to content

Commit

Permalink
Fixed a typo. (nedbat#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz authored and agronholm committed Jun 20, 2019
1 parent d601c88 commit 0c4512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cancellation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To accomplish this, open a new cancel scope with the ``shield=True`` argument::
run(main)

The shielded block will be exempt from cancellation except when the shielded block itself is being
cancelled. Shieldin a cancel scope is often best combined with :func:`~anyio.move_on_after` or
cancelled. Shielding a cancel scope is often best combined with :func:`~anyio.move_on_after` or
:func:`~anyio.fail_after`, both of which also accept ``shield=True``.

Finalization
Expand Down

0 comments on commit 0c4512f

Please sign in to comment.