commit | 3ebbb04af2c8d7bda2de941bf96205b154963316 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 08 21:54:47 2013 +0200 |
committer | Georg Brandl <georg@python.org> | Tue Oct 08 21:54:47 2013 +0200 |
tree | 07482f50017752c0e30b9e241911ddbe92bbc2c1 | |
parent | c13d6041934729dc2995389c5accf134797c9106 [diff] | |
parent | ee82d0b29355df56744962b51563f24c4d2a6102 [diff] |
merge with 3.3
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 @@ * 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