summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Chan <macrotim@gmail.com>2015-11-21 06:33:32 -0800
committerTim Chan <macrotim@gmail.com>2015-11-21 06:33:32 -0800
commitc59cf065fa27a1df79434c25a768edb7b7c6dda6 (patch)
treecd86bcbc13aaa7a188ad68f0b7de24d280bc6303
parentaea86a1b7a1c4b36adc0e8b201f6a40666abd2ca (diff)
downloadboto-c59cf065fa27a1df79434c25a768edb7b7c6dda6.tar.gz
Fixed docs/source/ses_tut.rst
-rw-r--r--docs/source/ses_tut.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/ses_tut.rst b/docs/source/ses_tut.rst
index d19a4e36..10d6a278 100644
--- a/docs/source/ses_tut.rst
+++ b/docs/source/ses_tut.rst
@@ -25,10 +25,10 @@ To do so, the most straight forward way is the following::
Bear in mind that if you have your credentials in boto config in your home
directory, the two keyword arguments in the call above are not needed. More
-details on configuration can be fond in :doc:`boto_config_tut`.
+details on configuration can be found in :doc:`boto_config_tut`.
The :py:func:`boto.ses.connect_to_region` functions returns a
-:py:class:`boto.ses.connection.SESConnection` instance, which is a the boto API
+:py:class:`boto.ses.connection.SESConnection` instance, which is the boto API
for working with SES.
Notes on Sending