From a13366e783fed8f75934c7b9d74aee9837e5e10a Mon Sep 17 00:00:00 2001 From: Wessel Bruinsma Date: Sat, 23 Sep 2023 10:44:46 +0200 Subject: [PATCH] Fix typo --- plum/signature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plum/signature.py b/plum/signature.py index 5d291e33..0f6c97df 100644 --- a/plum/signature.py +++ b/plum/signature.py @@ -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: