mirror of https://github.com/celery/kombu.git
Small fixes in documentation
This commit is contained in:
parent
87b451b87f
commit
cc066228c1
|
@ -669,7 +669,7 @@
|
|||
|
||||
- Fixed string handling when using python-future module
|
||||
|
||||
Contributed by **John Koehl"
|
||||
Contributed by **John Koehl**
|
||||
|
||||
- Replaced "async" with "asynchronous" in preparation for Python 3.7
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ it takes a channel or a connection as an argument:
|
|||
Having a producer instance you can publish messages:
|
||||
|
||||
.. code-block:: pycon
|
||||
|
||||
>>> from kombu import Exchange
|
||||
|
||||
>>> exchange = Exchange('name', type='direct')
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
git+https://github.com/celery/sphinx_celery.git
|
||||
-r extras/mongodb.txt
|
||||
-r extras/sqlalchemy.txt
|
||||
-r extras/azureservicebus.txt
|
||||
# we cannot use directly extras/sqs.txt
|
||||
# since readthedocs cannot install pycurl
|
||||
boto3>=1.4.4
|
||||
|
|
Loading…
Reference in New Issue