commit | 090588ec2ce134a0b2acd1e30be4f20db33a1d27 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 08 21:54:37 2013 +0200 |
committer | Georg Brandl <georg@python.org> | Tue Oct 08 21:54:37 2013 +0200 |
tree | 86220128b7e42477a5c967cc8a0f93afd18a1c17 | |
parent | e3e4c9afe403f6857c61d901955c4fed4efcdaa2 [diff] |
Minor grammar fix.
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 3c2b592..f110a55 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst
@@ -63,7 +63,7 @@ * That's a snippet of the help text. It's very useful in that you can come across a program you have never used before, and can figure out - how it works simply by reading it's help text. + how it works simply by reading its help text. The basics