summaryrefslogtreecommitdiff
path: root/docs/source/index.rst
diff options
context:
space:
mode:
authorDaniel G. Taylor <dan@programmer-art.org>2014-07-23 16:30:33 -0700
committerDaniel G. Taylor <dan@programmer-art.org>2014-07-23 16:30:33 -0700
commit25416f998d89ea9a7f0036c2847f7323681f4315 (patch)
tree3182a207f95a274152a6e1bfd57bfaf9f520cb4d /docs/source/index.rst
parent556f3cf0e14202623f123e7d55d67c01c199ce1d (diff)
parentb77a2ac02cd4a465a79288376b3f2b6a84a706d7 (diff)
downloadboto-25416f998d89ea9a7f0036c2847f7323681f4315.tar.gz
Merge pull request #2439 from felixonmars/cloudsearch2-py3
cloudsearch2 module: add backward-compatible support for Python 3.3+. Fixes #2439.
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r--docs/source/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 66bbdf5e..f63f4804 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -66,8 +66,8 @@ Currently Supported Services
* **Application Services**
- * Cloudsearch 2 -- (:doc:`API Reference <ref/cloudsearch2>`)
- * :doc:`Cloudsearch <cloudsearch_tut>` -- (:doc:`API Reference <ref/cloudsearch>`)
+ * Cloudsearch 2 -- (:doc:`API Reference <ref/cloudsearch2>`) (Python 3)
+ * :doc:`Cloudsearch <cloudsearch_tut>` -- (:doc:`API Reference <ref/cloudsearch>`) (Python 3)
* Elastic Transcoder -- (:doc:`API Reference <ref/elastictranscoder>`) (Python 3)
* :doc:`Simple Workflow Service (SWF) <swf_tut>` -- (:doc:`API Reference <ref/swf>`) (Python 3)
* :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs>`) (Python 3)