diff options
author | Georg Brandl <georg@python.org> | 2013-10-08 19:54:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-08 19:54:37 (GMT) |
commit | ee82d0b29355df56744962b51563f24c4d2a6102 (patch) | |
tree | 2f400a8afcc6b95d9f127c8ef9f33f983c4b9139 /Doc | |
parent | 0aaae26518202d8aa6a7654d62432b33b5b4b425 (diff) | |
download | cpython-ee82d0b29355df56744962b51563f24c4d2a6102.zip cpython-ee82d0b29355df56744962b51563f24c4d2a6102.tar.gz cpython-ee82d0b29355df56744962b51563f24c4d2a6102.tar.bz2 |
Minor grammar fix.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/howto/argparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index deaee50..510d1d4 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 |