Skip to content

Commit

Permalink
typos region Region
Browse files Browse the repository at this point in the history
  • Loading branch information
bambax committed Sep 20, 2017
1 parent 71f45c6 commit 2b75578
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ amazon = bottlenose.Amazon(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_ASSOCIA
##### Endpoint

The default Region is the US (`webservices.amazon.com`). To specify a different endpoint
simply set the region parameter with the request. For example to specify the French
endpoint (`webservices.amazon.fr`) set the region parameter to 'FR':
simply set the Region parameter with the request. For example to specify the French
endpoint (`webservices.amazon.fr`) set the Region parameter to 'FR':

```python
amazon = bottlenose.Amazon(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_ASSOCIATE_TAG, region='FR')
amazon = bottlenose.Amazon(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_ASSOCIATE_TAG, Region='FR')
```
Supported values for the region parameter are CA, CN, DE, ES, FR, IN, IT, JP, UK, and US (default).
Supported values for the Region parameter are CA, CN, DE, ES, FR, IN, IT, JP, UK, and US (default).

Your Amazon Product Advertising account (AWS_ASSOCIATE_TAG) mut be valid for the given region
Your Amazon Product Advertising account (AWS_ASSOCIATE_TAG) mut exist for the given endpoint
or you'll get an HTTP 400 error ('Bad Request').

##### Search for a Specific Item
Expand Down

0 comments on commit 2b75578

Please sign in to comment.