[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3
georg.brandl
python-checkins at python.org
Tue Oct 8 21:54:32 CEST 2013
http://hg.python.org/cpython/rev/198263340de6
changeset: 86163:198263340de6
parent: 86160:64ad86875446
parent: 86162:263001204b96
user: Georg Brandl <georg at python.org>
date: Tue Oct 08 21:54:47 2013 +0200
summary:
merge with 3.3
files:
Doc/howto/argparse.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst
--- 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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list