Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 16, 2012
1 parent 444a12d commit 976b50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Basic usage::
Checking domain has SMTP Server
-------------------------------

Check if the host has SMPT Server::
Check if the host has SMTP Server::

from validate_email import validate_email
is_valid = validate_email('[email protected]',check_mx=True)
Expand All @@ -42,7 +42,7 @@ Check if the host has SMPT Server::
Verify email exists
-------------------

Check if the host has SMPT Server and the email really exists::
Check if the host has SMTP Server and the email really exists::

from validate_email import validate_email
is_valid = validate_email('[email protected]',verify=True)
Expand Down

0 comments on commit 976b50f

Please sign in to comment.