From c59cf065fa27a1df79434c25a768edb7b7c6dda6 Mon Sep 17 00:00:00 2001 From: Tim Chan Date: Sat, 21 Nov 2015 06:33:32 -0800 Subject: Fixed docs/source/ses_tut.rst --- docs/source/ses_tut.rst | 4 ++-- 1 file 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 -- cgit v1.2.1