From 2c54f8b1237f7b1a02567defb5b3f536aaefd0fb Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 13 Jul 2024 13:08:49 +0200 Subject: [PATCH] Fix typo in comment --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 909e5bd..93fe6d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ ignore = [ "D413", # Missing blank line after last section "D414", # Section has no content "D416", # Section name should end with a colon - "D417", # Missing argument descrition in the docstring + "D417", # Missing argument description in the docstring "ANN101", # Missing type annotation for self in method "ANN102", # Missing type annotation for cls in classmethod