From: <sub...@co...> - 2009-06-04 00:50:03
|
Author: ianb Date: 2009-06-03 18:49:59 -0600 (Wed, 03 Jun 2009) New Revision: 3910 Modified: FormEncode/trunk/docs/Validator.txt Log: fix sphinx markup Modified: FormEncode/trunk/docs/Validator.txt =================================================================== --- FormEncode/trunk/docs/Validator.txt 2009-06-03 20:47:24 UTC (rev 3909) +++ FormEncode/trunk/docs/Validator.txt 2009-06-04 00:49:59 UTC (rev 3910) @@ -115,7 +115,7 @@ There's lots of validators. The best way to read about the individual validators available in the ``formencode.validators`` module is to -read about :module:`formencode.validators`. +read about :mod:`formencode.validators`. Compound Validators ------------------- @@ -577,7 +577,7 @@ HTML forms, however, do not produce nested structures -- they produce flat structures with keys (input names) and associated values. -Validator includes the module :module:`formencode.variabledecode`, +Validator includes the module :mod:`formencode.variabledecode`, which allows you to encode nested dictionary and list structures into a flat dictionary. |