From b878353f70e75ccfc962154a3087736d82f270df Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Mon, 6 Jul 2020 15:08:29 +0530 Subject: [PATCH] Syntax module: correct description --- rich/syntax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rich/syntax.py b/rich/syntax.py index ee1bca3a..b60e9736 100644 --- a/rich/syntax.py +++ b/rich/syntax.py @@ -298,7 +298,7 @@ if __name__ == "__main__": # pragma: no cover import argparse parser = argparse.ArgumentParser( - description="Render Markdown to the console with Rich" + description="Render syntax to the console with Rich" ) parser.add_argument("path", metavar="PATH", help="path to file") parser.add_argument(