mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix typo in docstring
This commit is contained in:
parent
bcce5eb429
commit
f8f3cff731
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue