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." ), )