Skip to content

Commit 999982c

Browse files
author
Ask Solem
committed
Fixed typos in Changelog
1 parent 4b7033d commit 999982c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Changelog

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,36 +43,36 @@
4343
This fixes the problem where celeryd is launched in the background
4444
when closing the terminal.
4545

46-
* celeryd: Now joins thread at shutdown.
46+
* celeryd: Now joins threads at shutdown.
4747

4848
See http://github.com/ask/celery/issues/issue/152
4949

50-
* Test deardown: Don't use atexit but nose's ``teardown()`` functionality
50+
* Test teardown: Don't use atexit but nose's ``teardown()`` functionality
5151
instead.
5252

5353
See http://github.com/ask/celery/issues/issue/154
5454

5555
* Debian init script for celeryd: Stop now works correctly.
5656

57-
* Task logger: Add ``warn`` method (synonym for ``warning``)
57+
* Task logger: ``warn`` method added (synonym for ``warning``)
5858

59-
* Can now define a whitelist of errors to send e-mails for.
59+
* Can now define a whitelist of errors to send error e-mails for.
6060

6161
Example::
6262

6363
CELERY_TASK_ERROR_WHITELIST = ('myapp.MalformedInputError')
6464

6565
See http://github.com/ask/celery/issues/issue/153
6666

67-
* celeryd: Now handles overflow exceptions in time.mktime when parsing
67+
* celeryd: Now handles overflow exceptions in ``time.mktime`` while parsing
6868
the ETA field.
6969

70-
* LoggerWrapper: Try to detect loggers logging back to stderr/stdout to
70+
* LoggerWrapper: Try to detect loggers logging back to stderr/stdout making
7171
an infinite loop.
7272

7373
* Added :class:`celery.task.control.inspect`: Inspects a running worker.
7474

75-
Examples:
75+
Examples::
7676

7777
# Inspect a single worker
7878
>>> i = inspect("myworker.example.com")
@@ -109,15 +109,15 @@
109109
Containing the original arguments and fields of the task requested.
110110

111111
In addition the remote control command ``set_loglevel`` has been added,
112-
this only changes the loglevel for the mainprocess logger.
112+
this only changes the loglevel for the main process.
113113

114-
* Worker control command execution now catches exceptions and returns them
115-
in the reply.
114+
* Worker control command execution now catches errors and returns their
115+
string representation in the reply.
116116

117117
* Functional test suite added
118118

119-
:mod:`celery.tests.functional.case` contains utilties to start
120-
and stop an embedded celeryd for use in functional testing.
119+
:mod:`celery.tests.functional.case` contains utilities to start
120+
and stop an embedded celeryd process, for use in functional testing.
121121

122122
2.0.1
123123
=====

0 commit comments

Comments
 (0)