diff options
| author | Georg Brandl <georg@python.org> | 2013-10-08 21:54:37 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-10-08 21:54:37 +0200 |
| commit | ee82d0b29355df56744962b51563f24c4d2a6102 (patch) | |
| tree | 2f400a8afcc6b95d9f127c8ef9f33f983c4b9139 | |
| parent | 0aaae26518202d8aa6a7654d62432b33b5b4b425 (diff) | |
| download | cpython-git-ee82d0b29355df56744962b51563f24c4d2a6102.tar.gz | |
Minor grammar fix.
| -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 deaee5016a..510d1d49db 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 |
