summaryrefslogtreecommitdiff
path: root/examples/arg_print.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-28 10:21:01 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-28 10:21:01 -0400
commite9e25188079f3006d79f4e5d30b6e297ffab0ea5 (patch)
treebc6794b18baba7a4ff4839ab75598ae6d7e54a28 /examples/arg_print.py
parentf150a322c743f5be87a3ebc9c10b1ebe1e9bb67f (diff)
downloadcmd2-git-e9e25188079f3006d79f4e5d30b6e297ffab0ea5.tar.gz
Addressing code review comments
Diffstat (limited to 'examples/arg_print.py')
-rwxr-xr-xexamples/arg_print.py2
1 files changed, 1 insertions, 1 deletions
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.