summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorseales <cseales6@gmail.com>2015-12-13 19:43:27 -0800
committerseales <cseales6@gmail.com>2015-12-13 19:56:18 -0800
commitd562d17235fec217add9daf5733e5a3bf86410cf (patch)
tree4a7f4376279c2a1b3fb24bc78351c8f01ef0d00e /docs
parent4f66311f2918aacd4bd7fefff9e0c8ed7bc2813e (diff)
downloadboto-d562d17235fec217add9daf5733e5a3bf86410cf.tar.gz
Spelling fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/source/rds_tut.rst2
-rw-r--r--docs/source/s3_tut.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/rds_tut.rst b/docs/source/rds_tut.rst
index e648528d..33f052d0 100644
--- a/docs/source/rds_tut.rst
+++ b/docs/source/rds_tut.rst
@@ -31,7 +31,7 @@ The recommended method of doing this is as follows::
At this point the variable conn will point to an RDSConnection object in the
US-WEST-2 region. Bear in mind that just as any other AWS service, RDS is
region-specific. In this example, the AWS access key and AWS secret key are
-passed in to the method explicitely. Alternatively, you can set the environment
+passed in to the method explicitly. Alternatively, you can set the environment
variables:
* ``AWS_ACCESS_KEY_ID`` - Your AWS Access Key ID
diff --git a/docs/source/s3_tut.rst b/docs/source/s3_tut.rst
index dcf147c2..9d253d1c 100644
--- a/docs/source/s3_tut.rst
+++ b/docs/source/s3_tut.rst
@@ -18,7 +18,7 @@ There are two ways to do this in boto. The first is:
At this point the variable conn will point to an S3Connection object. In
this example, the AWS access key and AWS secret key are passed in to the
-method explicitely. Alternatively, you can set the environment variables:
+method explicitly. Alternatively, you can set the environment variables:
* `AWS_ACCESS_KEY_ID` - Your AWS Access Key ID
* `AWS_SECRET_ACCESS_KEY` - Your AWS Secret Access Key