Fix error strings whitespace

This commit is contained in:
Kernc 2020-04-29 18:08:38 +02:00
commit b8f7c584c5
No known key found for this signature in database
GPG key ID: E0955D0CB6D501E3
2 changed files with 5 additions and 5 deletions

View file

@ -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)