From 5fc5267d2a25ef35a6a7c661203050c885ade2c5 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 27 Jan 2017 09:45:41 -0800 Subject: [PATCH] Add code indent --- docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 6d9a6aa..f196b51 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -663,7 +663,7 @@ message, it raises the ``ConsumeLater`` exception, which puts the message back on the channel it came from and tells the worker to work on another message. There's a high cost to using ``enforce_ordering``, which is why it's an optional -decorator. Here's an example of it being used +decorator. Here's an example of it being used:: # In consumers.py from channels import Channel, Group