[Python-checkins] devguide: Fixes from Sandro Tosi.

brett.cannon python-checkins at python.org
Thu Jan 20 19:43:52 CET 2011


brett.cannon pushed f13640890440 to devguide:

http://hg.python.org/devguide/rev/f13640890440
changeset:   155:f13640890440
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 20 10:43:46 2011 -0800
summary:
  Fixes from Sandro Tosi.

files:
  experts.rst
  help.rst

diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -15,7 +15,7 @@
 
 Unless a name is followed by a '*', you should never assign an issue to
 that person, only make them nosy.  Names followed by a '*' may be assigned
-issues involving the module or topic for which the name has a '*'.
+issues involving the module or topic.
 
 The Platform and Interest Area tables list broader fields in which various
 people have expertise.  These people can also be contacted for help,
diff --git a/help.rst b/help.rst
--- a/help.rst
+++ b/help.rst
@@ -6,14 +6,14 @@
 where you need some assistance in solving (this happens to core developers all
 the time). You have a couple of options depending on what kind of help you need.
 If the question involves process or tool usage then please check the developer's
-guide first as is should answer your question.
+guide first as it should answer your question.
 
 
 File a Bug
 ----------
 If you come across an odd error message that seems like a bug, then file a bug
 on the `issue tracker`_. In the bug you can explain that you are not sure why
-the error is coming up or that the exact nature of the problem is. Someone will
+the error is coming up or what the exact nature of the problem is. Someone will
 come along and help you diagnose the problem, evolving the bug report into a
 more concrete issue.
 
@@ -25,7 +25,7 @@
 You have two avenues of communication out of the :ref:`myriad of options
 available <communication>`. If you are comfortable with IRC you can try asking
 in #python-dev. Typically there are a couple of experienced developers, ranging
-from triagers to core developers, who can ask questions about developing for
+from triagers to core developers, who can answer questions about developing for
 Python. If you prefer email you can email python-dev for help with your
 question. Just remember that both avenues are for questions involving the
 development *of* Python, **not** for development *with* Python.

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


More information about the Python-checkins mailing list