[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/buildout.py - fixed typo

Christian Theune ct at gocept.com
Sun Jan 7 09:01:53 EST 2007


Log message for revision 71765:
   - fixed typo
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/buildout.py

-=-
Modified: zc.buildout/trunk/src/zc/buildout/buildout.py
===================================================================
--- zc.buildout/trunk/src/zc/buildout/buildout.py	2007-01-07 12:31:44 UTC (rev 71764)
+++ zc.buildout/trunk/src/zc/buildout/buildout.py	2007-01-07 14:01:52 UTC (rev 71765)
@@ -291,7 +291,7 @@
                         update = recipe.install
                         self._logger.warning(
                             "The recipe for %s doesn't define an update "
-                            "method. Using its install method",
+                            "method. Using its install method.",
                             part)
 
                     try:



More information about the Checkins mailing list