summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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