From 22c8a886c48725b057da1a402fcf7fdca6ddc6a7 Mon Sep 17 00:00:00 2001 From: wesselb Date: Sat, 23 Sep 2023 08:46:01 +0000 Subject: [PATCH] deploy: a13366e783fed8f75934c7b9d74aee9837e5e10a --- _modules/plum/signature.html | 2 +- api.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_modules/plum/signature.html b/_modules/plum/signature.html index 17c6e52a..051bc645 100644 --- a/_modules/plum/signature.html +++ b/_modules/plum/signature.html @@ -354,7 +354,7 @@

Source code for plum.signature

         *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:
diff --git a/api.html b/api.html
index 3f3625ec..100d3a26 100644
--- a/api.html
+++ b/api.html
@@ -513,7 +513,7 @@ 

Application Programming Interface