From e9e25188079f3006d79f4e5d30b6e297ffab0ea5 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 28 Sep 2018 10:21:01 -0400 Subject: Addressing code review comments --- examples/arg_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/arg_print.py') diff --git a/examples/arg_print.py b/examples/arg_print.py index 6b7d030e..f2168126 100755 --- a/examples/arg_print.py +++ b/examples/arg_print.py @@ -2,7 +2,7 @@ # coding=utf-8 """A simple example demonstrating the following: 1) How arguments and options get parsed and passed to commands - 2) How to change what syntax get parsed as a comment and stripped from the arguments + 2) How to change what syntax gets parsed as a comment and stripped from the arguments This is intended to serve as a live demonstration so that developers can experiment with and understand how command and argument parsing work. -- cgit v1.2.1