[Checkins] SVN: martian/trunk/src/martian/directive.py fix a comment.

Martijn Faassen faassen at infrae.com
Fri Jun 6 08:28:59 EDT 2008


Log message for revision 87191:
  fix a comment.

Changed:
  U   martian/trunk/src/martian/directive.py

-=-
Modified: martian/trunk/src/martian/directive.py
===================================================================
--- martian/trunk/src/martian/directive.py	2008-06-06 12:10:08 UTC (rev 87190)
+++ martian/trunk/src/martian/directive.py	2008-06-06 12:28:58 UTC (rev 87191)
@@ -144,7 +144,7 @@
         self.store.set(frame.f_locals, self, value)
 
     # To get a correct error message, we construct a function that has
-    # the same signature as check_arguments(), but without "self".
+    # the same signature as factory(), but without "self".
     def check_factory_signature(self, *arguments, **kw):
         args, varargs, varkw, defaults = inspect.getargspec(
             self.factory)



More information about the Checkins mailing list