summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Huang <dxhuang@gmail.com>2014-09-13 22:02:36 -0700
committerDaniel Huang <dxhuang@gmail.com>2014-09-13 22:02:36 -0700
commitabd3298ab6408a50fc24b92ca37c3e64fe95af01 (patch)
treefba61b849fd7b64a932368d0992862057c2cea44
parentd149a870b7315fb663eeffb5d4beba2d841ea3d1 (diff)
downloadboto-abd3298ab6408a50fc24b92ca37c3e64fe95af01.tar.gz
fix typo in s3 tutorial
-rw-r--r--docs/source/s3_tut.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/s3_tut.rst b/docs/source/s3_tut.rst
index e5de8af9..98cd235a 100644
--- a/docs/source/s3_tut.rst
+++ b/docs/source/s3_tut.rst
@@ -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