From d562d17235fec217add9daf5733e5a3bf86410cf Mon Sep 17 00:00:00 2001 From: seales Date: Sun, 13 Dec 2015 19:43:27 -0800 Subject: Spelling fixes --- docs/source/rds_tut.rst | 2 +- docs/source/s3_tut.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.2.1