diff options
author | Daniel G. Taylor <dan@programmer-art.org> | 2014-07-10 14:22:06 -0700 |
---|---|---|
committer | Daniel G. Taylor <dan@programmer-art.org> | 2014-07-10 14:22:06 -0700 |
commit | 40c5e3520b32e175020cb8fdeaa358cec15e34ca (patch) | |
tree | 942f8396b36382d2f953bb331538483af4fb30d3 /docs | |
parent | edf4020c517e1c9ed318ca1c7d788e3e20ec2a45 (diff) | |
parent | 2c56cf6dd3638f904af4620f1dc7f53e96ed6180 (diff) | |
download | boto-40c5e3520b32e175020cb8fdeaa358cec15e34ca.tar.gz |
Merge pull request #2382 from felixonmars/elastictranscoder-py3
elastictranscoder module: add backward-compatible support for Python 3.3+. Fixes #2382.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 0c603eef..87f3358d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -68,7 +68,7 @@ Currently Supported Services * Cloudsearch 2 -- (:doc:`API Reference <ref/cloudsearch2>`) * :doc:`Cloudsearch <cloudsearch_tut>` -- (:doc:`API Reference <ref/cloudsearch>`) - * Elastic Transcoder -- (:doc:`API Reference <ref/elastictranscoder>`) + * Elastic Transcoder -- (:doc:`API Reference <ref/elastictranscoder>`) (Python 3) * :doc:`Simple Workflow Service (SWF) <swf_tut>` -- (:doc:`API Reference <ref/swf>`) * :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs>`) (Python 3) * Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`) (Python 3) |