diff options
author | Georg Brandl <georg@python.org> | 2013-10-08 19:54:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-08 19:54:47 (GMT) |
commit | 3ebbb04af2c8d7bda2de941bf96205b154963316 (patch) | |
tree | 07482f50017752c0e30b9e241911ddbe92bbc2c1 /Doc/howto | |
parent | c13d6041934729dc2995389c5accf134797c9106 (diff) | |
parent | ee82d0b29355df56744962b51563f24c4d2a6102 (diff) | |
download | cpython-3ebbb04af2c8d7bda2de941bf96205b154963316.zip cpython-3ebbb04af2c8d7bda2de941bf96205b154963316.tar.gz cpython-3ebbb04af2c8d7bda2de941bf96205b154963316.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc/howto')
-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 |