From 090588ec2ce134a0b2acd1e30be4f20db33a1d27 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 8 Oct 2013 21:54:37 +0200 Subject: [PATCH] Minor grammar fix. --- Doc/howto/argparse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/argparse.rst b/Doc/howto/argparse.rst index 3c2b592990..f110a55bba 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 -- 2.50.1