Author: ianb
Date: 2007-02-16 15:00:30 -0700 (Fri, 16 Feb 2007)
New Revision: 2311
Modified:
FormEncode/trunk/formencode/validators.py
Log:
docstring update
Modified: FormEncode/trunk/formencode/validators.py
===================================================================
--- FormEncode/trunk/formencode/validators.py 2007-02-16 21:55:39 UTC (rev 2310)
+++ FormEncode/trunk/formencode/validators.py 2007-02-16 22:00:30 UTC (rev 2311)
@@ -1138,7 +1138,7 @@
If you pass ``resolve_domain=True``, then it will try to resolve
the domain name to make sure it's valid. This takes longer, of
- course. You must have the `pyDNS <http://pydns.sf.net>`_ modules
+ course. You must have the `pyDNS <http://pydns.sf.net>`__ modules
installed to look up MX records.
::
|