Explorar o código

minor doc update (Sphinx syntax)

fredj %!s(int64=15) %!d(string=hai) anos
pai
achega
295cf6c802
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/tutorials/clickcounter.rst

+ 1 - 1
docs/tutorials/clickcounter.rst

@@ -218,7 +218,7 @@ Processing the clicks every 30 minutes is easy using celery periodic tasks.
     class ProcessClicksTask(PeriodicTask):
         run_every = timedelta(minutes=30)
 
-        def run(self, \*\*kwargs):
+        def run(self, **kwargs):
             process_clicks()
 
 We subclass from :class:`celery.task.base.PeriodicTask`, set the ``run_every``