| Index: boto/ecs/__init__.py
|
| diff --git a/boto/ecs/__init__.py b/boto/ecs/__init__.py
|
| index db86dd545253524896e656e1f00e972291a80a4d..cbaf478a7a7115b7b35cf9a361e96ff5d4fbf988 100644
|
| --- a/boto/ecs/__init__.py
|
| +++ b/boto/ecs/__init__.py
|
| @@ -28,7 +28,13 @@ from boto.ecs.item import ItemSet
|
| from boto import handler
|
|
|
| class ECSConnection(AWSQueryConnection):
|
| - """ECommerse Connection"""
|
| + """
|
| + ECommerce Connection
|
| +
|
| + For more information on how to use this module see:
|
| +
|
| + http://blog.coredumped.org/2010/09/search-for-books-on-amazon-using-boto.html
|
| + """
|
|
|
| APIVersion = '2010-11-01'
|
|
|
|
|