mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix error strings whitespace
This commit is contained in:
parent
e87717d27c
commit
b8f7c584c5
2 changed files with 5 additions and 5 deletions
|
|
@ -887,7 +887,7 @@ def fields2pelican(
|
|||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Transform feed, Blogger, Dotclear, Posterous, Tumblr, or"
|
||||
description="Transform feed, Blogger, Dotclear, Posterous, Tumblr, or "
|
||||
"WordPress files into reST (rst) or Markdown (md) files. "
|
||||
"Be sure to have pandoc installed.",
|
||||
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue