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 #2612 from dhuang/patch-1
Browse files Browse the repository at this point in the history
fix typo in s3 tutorial
  • Loading branch information
kyleknap committed Sep 19, 2014
2 parents d2231a2 + abd3298 commit 92dd581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/s3_tut.rst
Expand Up @@ -53,7 +53,7 @@ later, first let's just create a bucket. That can be accomplished like this::
raise S3CreateError(response.status, response.reason)
boto.exception.S3CreateError: S3Error[409]: Conflict

Whoa. What happended there? Well, the thing you have to know about
Whoa. What happened there? Well, the thing you have to know about
buckets is that they are kind of like domain names. It's one flat name
space that everyone who uses S3 shares. So, someone has already create
a bucket called "mybucket" in S3 and that means no one else can grab that
Expand Down

0 comments on commit 92dd581

Please sign in to comment.