summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Knapp <kyleknap@amazon.com>2014-09-19 10:35:26 -0700
committerKyle Knapp <kyleknap@amazon.com>2014-09-19 10:35:26 -0700
commit92dd581524bc517acce42026a958db096c7c8b70 (patch)
treee42b7fd1bea00d067097a380201f95172518bd5c
parentd2231a210a31ee02333996437cc359ffdd13f09f (diff)
parentabd3298ab6408a50fc24b92ca37c3e64fe95af01 (diff)
downloadboto-92dd581524bc517acce42026a958db096c7c8b70.tar.gz
Merge pull request #2612 from dhuang/patch-1
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