[Checkins] SVN: megrok.traject/trunk/README.txt it is of course @classmethod, not @@classmethod.

Martijn Faassen faassen at startifact.com
Sun Aug 8 10:51:26 EDT 2010


Log message for revision 115549:
  it is of course @classmethod, not @@classmethod.
  

Changed:
  U   megrok.traject/trunk/README.txt

-=-
Modified: megrok.traject/trunk/README.txt
===================================================================
--- megrok.traject/trunk/README.txt	2010-08-08 14:51:06 UTC (rev 115548)
+++ megrok.traject/trunk/README.txt	2010-08-08 14:51:25 UTC (rev 115549)
@@ -126,7 +126,7 @@
 
 * Instead of normal methods (which get interpreted as functions) for
   ``factory`` and ``arguments``, you can also turn them into class
-  methods using the ``@@classmethod`` decorator. They now take a
+  methods using the ``@classmethod`` decorator. They now take a
   ``cls`` argument as the first argument which is the class they are
   defined on. This can be useful if you want to make the
   implementations of these functions depend on information on its



More information about the checkins mailing list