Parcourir la source

Cosmetic changes

Ask Solem il y a 15 ans
Parent
commit
18b0ae0295
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/userguide/routing.rst

+ 1 - 1
docs/userguide/routing.rst

@@ -32,7 +32,7 @@ configuration:
 
 With this route enabled import feed tasks will be routed to the
 ``"feeds"`` queue, while all other tasks will be routed to the default queue
-(named ``"celery"``, for historic reasons).
+(named ``"celery"`` for historic reasons).
 
 Now you can start server ``z`` to only process the feeds queue like this::