summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-08 19:54:47 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-08 19:54:47 (GMT)
commit3ebbb04af2c8d7bda2de941bf96205b154963316 (patch)
tree07482f50017752c0e30b9e241911ddbe92bbc2c1 /Doc/howto
parentc13d6041934729dc2995389c5accf134797c9106 (diff)
parentee82d0b29355df56744962b51563f24c4d2a6102 (diff)
downloadcpython-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.rst2
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