From cb860ff29521738078b39530c9309aa075680c55 Mon Sep 17 00:00:00 2001 From: Ezzeri Esa Date: Tue, 6 Feb 2024 13:28:07 -0800 Subject: [PATCH] stash --- instructor/distil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructor/distil.py b/instructor/distil.py index d7fb22aa2..dc9e8307a 100644 --- a/instructor/distil.py +++ b/instructor/distil.py @@ -22,7 +22,7 @@ class FinetuneFormat(enum.Enum): def get_signature_from_fn(fn: Callable[..., Any]) -> str: """ - Get the function signature as a string. + Get the function signature as a string. :Example: