Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2088 from garnaat/fix-2087
Browse files Browse the repository at this point in the history
Fix a little typo bug in the S3 tutorial.
  • Loading branch information
garnaat committed Feb 11, 2014
2 parents 4f986b6 + 90cd118 commit c091d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/s3_tut.rst
Expand Up @@ -168,7 +168,7 @@ Once a bucket exists, you can access it by getting the bucket. For example::

>>> mybucket = conn.get_bucket('mybucket') # Substitute in your bucket name
>>> mybucket.list()
<listing of keys in the bucket)
...listing of keys in the bucket...

By default, this method tries to validate the bucket's existence. You can
override this behavior by passing ``validate=False``.::
Expand Down

0 comments on commit c091d27

Please sign in to comment.