Skip to content

Commit

Permalink
#3052: email.py, fix docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Oct 15, 2017
1 parent a3bdd04 commit b2a0489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brain/validator/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def isValidEmail(email):
'''
This method checks if the supplied email matches the accepted regex email
pattern. If not matches are found, the function will return 'false'.
pattern. If no matches are found, the function will return 'false'.
'''

Expand Down

0 comments on commit b2a0489

Please sign in to comment.