[Python-checkins] devguide: Clarify a todo.

brett.cannon python-checkins at python.org
Fri Jan 7 01:23:44 CET 2011


brett.cannon pushed 546495ae86fa to devguide:

http://hg.python.org/devguide/rev/546495ae86fa
changeset:   45:546495ae86fa
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 06 16:23:22 2011 -0800
summary:
  Clarify a todo.

files:
  index.rst

diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -88,7 +88,8 @@
 
 .. todo::
     Think about beginner task of properly making APIs private (i.e., leading
-    underscore where needed); see http://mail.python.org/pipermail/python-dev/2010-November/105476.html
+    underscore where needed) or finally documenting them;
+    see http://mail.python.org/pipermail/python-dev/2010-November/105476.html
 
 
 

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


More information about the Python-checkins mailing list