We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b731f6 commit b5d8755Copy full SHA for b5d8755
README.md
@@ -37,7 +37,7 @@ client.put_bucket(ds3.PutBucketRequest("TestBucket"))
37
getServiceResponse = client.get_service(ds3.GetServiceRequest())
38
39
for bucket in getServiceResponse.result['BucketList']:
40
- print bucket['Name']
+ print(bucket['Name'])
41
```
42
43
Client
0 commit comments