summaryrefslogtreecommitdiff
path: root/docs/ref/validators.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2011-04-01 16:10:22 +0000
committerAdrian Holovaty <adrian@holovaty.com>2011-04-01 16:10:22 +0000
commit94af19c43fad3e42d64981e22fe15b844f1f9eb6 (patch)
treeed67e78446f376d0429cbd045500540676222f78 /docs/ref/validators.txt
parent7099d465abad0e6fd7c5ff096dc8ab55c14ecfdd (diff)
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/validators.txt')
-rw-r--r--docs/ref/validators.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt
index 0451f65dc0..472fd62a8c 100644
--- a/docs/ref/validators.txt
+++ b/docs/ref/validators.txt
@@ -106,7 +106,7 @@ to, or in lieu of custom ``field.clean()`` methods.
.. data:: validate_email
A :class:`RegexValidator` instance that ensures a value looks like an
- e-mail address.
+ email address.
``validate_slug``
-----------------