Re: [Python-Dev] [Python-checkins] cpython (merge 3.3 -> default): Fix typo
On Fri, Apr 5, 2013 at 1:40 AM, andrew.svetlov <python-checkins@python.org>wrote:
http://hg.python.org/cpython/rev/6cf485ffd325 changeset: 83110:6cf485ffd325 parent: 83106:94fb906e5899 parent: 83109:9610ede72ed2 user: Andrew Svetlov <andrew.svetlov@gmail.com> date: Fri Apr 05 11:40:01 2013 +0300 summary: Fix typo
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 @@ -668,7 +668,7 @@ So far, we have been working with two methods of an :class:`argparse.ArgumentParser` instance. Let's introduce a third one, :meth:`add_mutually_exclusive_group`. It allows for us to specify options that -conflict with each other. Let's also change the rest of the program make the +conflict with each other. Let's also change the rest of the program to make the new functionality makes more sense:
<snip> Andrew, while you're at it you can also fix the rest of the sentence, which makes no sense ;-) Eli
Do you mean something like: «Let's also change the rest of the program to make the new functionality:» ??? On Sat, Apr 6, 2013 at 6:41 AM, Eli Bendersky <eliben@gmail.com> wrote:
On Fri, Apr 5, 2013 at 1:40 AM, andrew.svetlov <python-checkins@python.org> wrote:
http://hg.python.org/cpython/rev/6cf485ffd325 changeset: 83110:6cf485ffd325 parent: 83106:94fb906e5899 parent: 83109:9610ede72ed2 user: Andrew Svetlov <andrew.svetlov@gmail.com> date: Fri Apr 05 11:40:01 2013 +0300 summary: Fix typo
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 @@ -668,7 +668,7 @@ So far, we have been working with two methods of an :class:`argparse.ArgumentParser` instance. Let's introduce a third one, :meth:`add_mutually_exclusive_group`. It allows for us to specify options that -conflict with each other. Let's also change the rest of the program make the +conflict with each other. Let's also change the rest of the program to make the new functionality makes more sense:
<snip>
Andrew, while you're at it you can also fix the rest of the sentence, which makes no sense ;-)
Eli
-- Thanks, Andrew Svetlov
It currently says: "Let's also change the rest of the program to make the new functionality makes more sense" This can be changed to: "Let's also change the rest of the program so that the new functionality makes more sense". Eli On Sat, Apr 6, 2013 at 7:25 AM, Andrew Svetlov <andrew.svetlov@gmail.com>wrote:
Do you mean something like: «Let's also change the rest of the program to make the new functionality:» ???
On Sat, Apr 6, 2013 at 6:41 AM, Eli Bendersky <eliben@gmail.com> wrote:
On Fri, Apr 5, 2013 at 1:40 AM, andrew.svetlov <
wrote:
http://hg.python.org/cpython/rev/6cf485ffd325 changeset: 83110:6cf485ffd325 parent: 83106:94fb906e5899 parent: 83109:9610ede72ed2 user: Andrew Svetlov <andrew.svetlov@gmail.com> date: Fri Apr 05 11:40:01 2013 +0300 summary: Fix typo
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 @@ -668,7 +668,7 @@ So far, we have been working with two methods of an :class:`argparse.ArgumentParser` instance. Let's introduce a third one, :meth:`add_mutually_exclusive_group`. It allows for us to specify
python-checkins@python.org> options
that -conflict with each other. Let's also change the rest of the program make the +conflict with each other. Let's also change the rest of the program to make the new functionality makes more sense:
<snip>
Andrew, while you're at it you can also fix the rest of the sentence, which makes no sense ;-)
Eli
-- Thanks, Andrew Svetlov
Done, thanks On Sat, Apr 6, 2013 at 5:41 PM, Eli Bendersky <eliben@gmail.com> wrote:
It currently says:
"Let's also change the rest of the program to make the new functionality makes more sense"
This can be changed to:
"Let's also change the rest of the program so that the new functionality makes more sense".
Eli
On Sat, Apr 6, 2013 at 7:25 AM, Andrew Svetlov <andrew.svetlov@gmail.com> wrote:
Do you mean something like: «Let's also change the rest of the program to make the new functionality:» ???
On Sat, Apr 6, 2013 at 6:41 AM, Eli Bendersky <eliben@gmail.com> wrote:
On Fri, Apr 5, 2013 at 1:40 AM, andrew.svetlov <python-checkins@python.org> wrote:
http://hg.python.org/cpython/rev/6cf485ffd325 changeset: 83110:6cf485ffd325 parent: 83106:94fb906e5899 parent: 83109:9610ede72ed2 user: Andrew Svetlov <andrew.svetlov@gmail.com> date: Fri Apr 05 11:40:01 2013 +0300 summary: Fix typo
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 @@ -668,7 +668,7 @@ So far, we have been working with two methods of an :class:`argparse.ArgumentParser` instance. Let's introduce a third one, :meth:`add_mutually_exclusive_group`. It allows for us to specify options that -conflict with each other. Let's also change the rest of the program make the +conflict with each other. Let's also change the rest of the program to make the new functionality makes more sense:
<snip>
Andrew, while you're at it you can also fix the rest of the sentence, which makes no sense ;-)
Eli
-- Thanks, Andrew Svetlov
-- Thanks, Andrew Svetlov
participants (2)
-
Andrew Svetlov -
Eli Bendersky