From 9efddb654ba95d4f8b333d814334099a44d2ccd0 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 16 Nov 2011 06:01:14 +0200 Subject: [PATCH] fixing typos in optparse doc --- Doc/library/optparse.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index cb78b83862..d0783e7707 100644 --- a/Doc/library/optparse.rst +++ b/Doc/library/optparse.rst @@ -610,8 +610,8 @@ This would result in the following help output: -g Group option. -A bit more complete example might invole using more than one group: still -extendind the previous example:: +A bit more complete example might involve using more than one group: still +extending the previous example:: group = OptionGroup(parser, "Dangerous Options", "Caution: use these options at your own risk. " -- 2.50.1