[Python-checkins] r66601 - sandbox/trunk/setuptools/pkg_resources.txt

phillip.eby python-checkins at python.org
Wed Sep 24 18:56:38 CEST 2008


Author: phillip.eby
Date: Wed Sep 24 18:56:37 2008
New Revision: 66601

Log:
Doc typo fix


Modified:
   sandbox/trunk/setuptools/pkg_resources.txt

Modified: sandbox/trunk/setuptools/pkg_resources.txt
==============================================================================
--- sandbox/trunk/setuptools/pkg_resources.txt	(original)
+++ sandbox/trunk/setuptools/pkg_resources.txt	Wed Sep 24 18:56:37 2008
@@ -188,7 +188,7 @@
     the constructor is called.
 
     Note that you will not normally construct ``WorkingSet`` instances
-    yourbut instead you will implicitly or explicitly use the global
+    yourself, but instead you will implicitly or explicitly use the global
     ``working_set`` instance.  For the most part, the ``pkg_resources`` API
     is designed so that the ``working_set`` is used by default, such that you
     don't have to explicitly refer to it most of the time.


More information about the Python-checkins mailing list