From f8f3cff7317d73b9b2f714fc2479abdccb19694f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pit-Claudel?= Date: Sat, 16 Mar 2024 00:12:31 +0100 Subject: [PATCH] Fix typo in docstring --- pelican/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/__init__.py b/pelican/__init__.py index 80389b2c..2d009823 100644 --- a/pelican/__init__.py +++ b/pelican/__init__.py @@ -461,7 +461,7 @@ def parse_arguments(argv=None): default="rich", choices=LOGS_HANDLERS, help=( - "Which handler to to format log messages. " + "Which handler to use to format log messages. " "The `rich` handler prints output in columns." ), )