From: Georg Brandl Date: Tue, 8 Oct 2013 19:54:37 +0000 (+0200) Subject: Minor grammar fix. X-Git-Tag: v3.4.0a4~206^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee82d0b29355df56744962b51563f24c4d2a6102;p=thirdparty%2FPython%2Fcpython.git Minor grammar fix. --- diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index deaee5016a3e..510d1d49dbd5 100644 --- a/Doc/howto/argparse.rst +++ b/Doc/howto/argparse.rst @@ -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