summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorPierre Riteau <priteau@ci.uchicago.edu>2012-01-20 16:12:00 +0100
committerPierre Riteau <priteau@ci.uchicago.edu>2012-01-20 16:13:14 +0100
commit5414687fd453f5d38a76c85278f3a80871936488 (patch)
tree64eff90e9fd0054ccb13552d294489d4784b35c2 /docs/userguide
parent5786cec28f2f88bd76a607847f1b8b3ec4eb3dae (diff)
downloadkombu-5414687fd453f5d38a76c85278f3a80871936488.tar.gz
Remove outdated carrot references
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/serialization.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/serialization.rst b/docs/userguide/serialization.rst
index b70ea549..c39cc3cc 100644
--- a/docs/userguide/serialization.rst
+++ b/docs/userguide/serialization.rst
@@ -55,7 +55,7 @@ Each option has its advantages and disadvantages.
cross-language compatibility, then `YAML` may be a better fit
than the above.
-To instruct carrot to use an alternate serialization method,
+To instruct `Kombu` to use an alternate serialization method,
use one of the following options.
1. Set the serialization option on a per-producer basis::
@@ -79,7 +79,7 @@ Sending raw data without Serialization
======================================
In some cases, you don't need your message data to be serialized. If you
-pass in a plain string or Unicode object as your message, then carrot will
+pass in a plain string or Unicode object as your message, then `Kombu` will
not waste cycles serializing/deserializing the data.
You can optionally specify a `content_type` and `content_encoding`