Explorar o código

Cosmetic changes

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
c562e546ac
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      docs/cookbook/tasks.rst

+ 4 - 3
docs/cookbook/tasks.rst

@@ -3,12 +3,13 @@
 ================
 
 
-Ensuring a task is only executed one at a time.
------------------------------------------------
+Ensuring a task is only executed one at a time
+----------------------------------------------
 
 You can accomplish this by using a lock.
 
-In this example we'll be using the cache framework to set a lock.
+In this example we'll be using the cache framework to set a lock that is
+accessible for all workers.
 
 It's part of an imaginary RSS Feed application called ``djangofeeds``.
 The task takes a feed URL as a single argument, and imports that feed into