Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Sep 23, 2023
1 parent 4008f40 commit a13366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plum/signature.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Signature(Comparable):
*types (tuple[type, ...]): Types of the arguments.
varargs (type, optional): Type of the variable arguments.
return_type (type, optional): Type of the return value. Defaults to `Any`.
precedence (int, optional): Precedence. Default to `0`.
precedence (int, optional): Precedence. Defaults to `0`.
implementation (function, optional): Implementation.
Attributes:
Expand Down

0 comments on commit a13366e

Please sign in to comment.