From ddc2da1cf8e2df1f3aae52c81d772058b7bebe11 Mon Sep 17 00:00:00 2001 From: Thomi Richards Date: Sun, 15 May 2016 18:39:01 +1200 Subject: [PATCH] Fix spelling mistakes in docs. --- docs/source/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 8b1cfb0..c285be0 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -6,4 +6,4 @@ What is this, and who is it for? `gmailfilter` is a tool to help you manage high volumes of email. It is especially useful for developers, or anyone who gets a large number of automated email messages from services such as github or launchpad. Filtering messages outside of any particular email client allows you to change clients without having to move your filter rules. -`gmailfilter` expresses filte rules in Python, so this tool is aimed primarily at developers. Using python to express the filter rules allows us a huge amount of power to filter email in a large variety of different senarios. It also means that users are not locked into the specific tests and actions (more on those later) that `gmailfilter` provides - they can write their own, and even contribute those back to the `gmailfilter` project. \ No newline at end of file +`gmailfilter` expresses filter rules in Python, so this tool is aimed primarily at developers. Using python to express the filter rules allows us a huge amount of power to filter email in a large variety of different scenarios. It also means that users are not locked into the specific tests and actions (more on those later) that `gmailfilter` provides - they can write their own, and even contribute those back to the `gmailfilter` project.