[Python-checkins] devguide: A few typos

eric.araujo python-checkins at python.org
Sun Feb 27 04:17:03 CET 2011


eric.araujo pushed cdf8bd5571e3 to devguide:

http://hg.python.org/devguide/rev/cdf8bd5571e3
changeset:   324:cdf8bd5571e3
user:        ?ric Araujo <merwok at netwok.org>
date:        Sun Feb 27 02:43:41 2011 +0100
summary:
  A few typos

files:
  faq.rst
  grammar.rst
  triaging.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -117,7 +117,7 @@
 
  svn commit [PATH]
 
-Although ``[PATH]`` is optional, if PATH is omitted all changes
+Although ``PATH`` is optional, if PATH is omitted all changes
 in your local copy will be committed to the repository.
 **DO NOT USE THIS!!!**  You should specify the specific files
 to be committed unless you are *absolutely* positive that
@@ -392,7 +392,7 @@
 
   ssh-keygen -t rsa
 
-This will generate a two files; your public key and your private key.  Your
+This will generate two files; your public key and your private key.  Your
 public key is the file ending in ``.pub``.
 
 Windows
diff --git a/grammar.rst b/grammar.rst
--- a/grammar.rst
+++ b/grammar.rst
@@ -62,6 +62,6 @@
 
 * After everything's been checked in, you're likely to see a new
   change to Python/Python-ast.c.  This is because this
-  (generated) file contains the SVN version of the source from
+  (generated) file contains the svn version of the source from
   which it was generated.  There's no way to avoid this; you just
   have to submit this file separately.
diff --git a/triaging.rst b/triaging.rst
--- a/triaging.rst
+++ b/triaging.rst
@@ -20,10 +20,10 @@
 ''''
 
 Describes the type of issue.  If something does not fit within any
-specific type then simply do not set it.  *"Crash"* is for hard crashes of
+specific type then simply do not set it.  *"crash"* is for hard crashes of
 the Python interpreter -- possibly with a core dump or a Windows error box --
 and not erroneous exits because of an unhandled exception (the latter fall under
-the *"behaviour"* category).
+the *"behavior"* category).
 
 Stage
 '''''
@@ -188,7 +188,7 @@
 * ``#<number>``, ``issue<number>``, ``issue <number>`` links to the
   tracker issue ``<number>``.
 * ``msg<number>`` links to the tracker message ``<number>``.
-* ``r<number>``, ``rev<number>``, ``revision <number>`` links to the VCS
+* ``r<number>``, ``rev<number>``, ``revision <number>`` links to the Subversion
   revision ``<number>``.
 
 

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list