Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Trivial: fix typo (dask#8395)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Dec 11, 2023
1 parent 0304fb6 commit c408b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4857,7 +4857,7 @@ def register_plugin(
warnings.warn(
"The `idempotent` argument is deprecated and will be removed in a "
"future version. Please mark your plugin as idempotent by setting its "
"`.idempotent` atrribute to `True`.",
"`.idempotent` attribute to `True`.",
FutureWarning,
)
else:
Expand Down

0 comments on commit c408b6a

Please sign in to comment.