Fix typo in docstring

This commit is contained in:
Clément Pit-Claudel 2024-03-16 00:12:31 +01:00
commit f8f3cff731

View file

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