Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Jul 25, 2013
1 parent 6be6fc1 commit 5b93a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Example:
.. code-block:: python
# config.py
RABBIT_HOST = 'localhost'
RABBIT_PORT = 5672
RABBIT_USER = 'guest'
Expand All @@ -22,6 +23,7 @@ Example:
.. code-block:: python
# tasks.py
from kuyruk import Kuyruk
import config
Expand Down

0 comments on commit 5b93a6b

Please sign in to comment.