Skip to content

Commit

Permalink
Fix Sphinx warnings about 'callable' (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jul 16, 2021
1 parent 1bf5033 commit c0a9a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traits_futures/base_future.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,11 +502,11 @@ def run(send, cancelled):
Parameters
----------
send : callable
send
single-argument callable used to send a message to the
associated future. It takes the message to be sent, and returns
no useful value.
cancelled : callable
cancelled
zero-argument callable that can be used to check whether
cancellation has been requested for this task. Returns ``True``
if cancellation has been requested, else ``False``.
Expand Down

0 comments on commit c0a9a74

Please sign in to comment.