Skip to content

Commit

Permalink
Update distributed/spans.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored and crusaderky committed May 31, 2023
1 parent 6a54542 commit 0b3a119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/spans.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def span(*tags: str) -> Iterator[None]:
"""Tag group of tasks to be part of a certain group, called a span.
This context manager can be nested, thus creating sub-spans.
Every cluster defines a "default" span when no span has been defined by the client.
Every cluster defines a global "default" span when no span has been defined by the client.
Examples
--------
Expand Down

0 comments on commit 0b3a119

Please sign in to comment.