소스 검색

Fixed rst error in Changelog

Ask Solem 14 년 전
부모
커밋
b82c9b0a26
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      Changelog

+ 2 - 3
Changelog

@@ -41,7 +41,7 @@ News
 
 * gevent: Now supports ETA tasks.
 
-    But gevent still needs ``CELERY_DISABLE_RATE_LIMITS=True` to work.
+    But gevent still needs ``CELERY_DISABLE_RATE_LIMITS=True`` to work.
 
 * TaskSet User Guide: now contains TaskSet callback recipes.
 
@@ -122,8 +122,7 @@ Fixes
 * Rate limits: No longer sleeps if there are no tasks, but rather waits for
   the task received condition (Performance improvement).
 
-* ConfigurationView: ``iter(dict)`` should return keys, not items
- (Issue #362).
+* ConfigurationView: ``iter(dict)`` should return keys, not items (Issue #362).
 
 * celerybeat:  PersistentScheduler now automatically removes a corrupted
   schedule file (Issue #346).