[Python-checkins] devguide: Grammatical error caught by Eli Bendersky.
brett.cannon
python-checkins at python.org
Fri Jan 28 18:56:26 CET 2011
brett.cannon pushed 1d7038f38b88 to devguide:
http://hg.python.org/devguide/rev/1d7038f38b88
changeset: 212:1d7038f38b88
parent: 210:97f3111d8872
user: Brett Cannon <brett at python.org>
date: Fri Jan 28 09:55:57 2011 -0800
summary:
Grammatical error caught by Eli Bendersky.
files:
setup.rst
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -150,7 +150,7 @@
sufficient.
To build from the Visual Studio GUI, load the project files and press F7. Make
-sure have chosen the "Debug" build first.
+sure you have chosen the "Debug" build first.
Once built you might want to set Python as a startup project. Pressing F5 in
Visual Studio will launch the interpreter.
--
Repository URL: http://hg.python.org/devguide
More information about the Python-checkins
mailing list