This should be a plural

This commit is contained in:
Alex Gaynor 2014-01-21 13:57:16 -06:00
parent 92377e828d
commit fa65e373bc
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ Example:
server = client.compute.servers.create(image=image)
print server.public_ips[0]
container = client.object_storage.container.create(name='stuff')
container = client.object_storage.containers.create(name='stuff')
container.objects.create(name='a thing', contents=io.BytesIO(b'all the bytes'))