From 8d6541615d51eba07c9c32e39905544a2f425f24 Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Tue, 27 Aug 2024 14:14:34 -0400 Subject: [PATCH] docs: fix description (#2) Signed-off-by: nstarman --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e85306..2aad3fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ "Typing :: Typed", ] dependencies = ["typing_extensions >= 4.0"] - description = "Efficiently get the index-0 element of an iterable." + description = "Check if an object is an `Annotated` type." dynamic = ["version"] license.file = "LICENSE" name = "is_annotated"