Skip to content

Commit cba9dc8

Browse files
author
Sharon Shabtai
authored
Merge pull request #39 from RachelTucker/5-2-update
Updating to BP API 5.2 commit 1755379
2 parents 4b731f6 + b5d8755 commit cba9dc8

File tree

3 files changed

+266
-11
lines changed

3 files changed

+266
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ client.put_bucket(ds3.PutBucketRequest("TestBucket"))
3737
getServiceResponse = client.get_service(ds3.GetServiceRequest())
3838

3939
for bucket in getServiceResponse.result['BucketList']:
40-
print bucket['Name']
40+
print(bucket['Name'])
4141
```
4242

4343
Client

0 commit comments

Comments
 (0)