Browse Source

Cosmetics

Ask Solem 12 years ago
parent
commit
3f978c5150
2 changed files with 3 additions and 4 deletions
  1. 3 3
      Changelog
  2. 0 1
      celery/contrib/migrate.py

+ 3 - 3
Changelog

@@ -16,7 +16,7 @@
 
     myapp.control.inspect(limit=1).ping()
 
-- Beat: now works with timezone aware datetimes.
+- Beat: now works with timezone aware datetime's.
 
 - Task classes inheriting ``from celery import Task``
   mistakingly enabled ``accept_magic_kwargs``.
@@ -30,10 +30,10 @@
     Previously it would not patch the environment early enough.
 
 - The :program:`celery` command now supports extension commands
-  using setuptools entrypoints.
+  using setuptools entry-points.
 
     Libraries can add additional commands to the :program:`celery`
-    command by adding an entrypoint like::
+    command by adding an entry-point like::
 
         setup(
             entry_points=[

+ 0 - 1
celery/contrib/migrate.py

@@ -216,4 +216,3 @@ def start_filter(app, conn, filter, limit=None, timeout=1.0,
         except socket.timeout:
             pass
     return state
-