mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
doc: fixed indent in python example.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
f4be3c8d98
commit
2e7cba7bca
@ -32,9 +32,9 @@ This also prints out the bucket name and creation date of each bucket.
|
||||
.. code-block:: python
|
||||
|
||||
for bucket in conn.get_all_buckets():
|
||||
print "{name}\t{created}".format(
|
||||
name = bucket.name,
|
||||
created = bucket.creation_date,
|
||||
print "{name}\t{created}".format(
|
||||
name = bucket.name,
|
||||
created = bucket.creation_date,
|
||||
)
|
||||
|
||||
The output will look something like this::
|
||||
|
Loading…
Reference in New Issue
Block a user