]> granicus.if.org Git - python/commitdiff
Minor grammar fix.
authorGeorg Brandl <georg@python.org>
Tue, 8 Oct 2013 19:54:37 +0000 (21:54 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 8 Oct 2013 19:54:37 +0000 (21:54 +0200)
Doc/howto/argparse.rst

index 3c2b592990d9f2543b5f15890afac2e1f47f308f..f110a55bba7902ba031cadd91fced20ef58d6dac 100644 (file)
@@ -63,7 +63,7 @@ A few concepts we can learn from the four commands:
 
 * 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