Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 7903:7d621b3ba8ba
doc: fix spelling in docstring.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 21 Apr 2024 21:50:36 -0400 |
| parents | 9bbc1d951677 |
| children | 29a666d8a70d |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sat Apr 20 17:14:08 2024 -0400 +++ b/roundup/cgi/templating.py Sun Apr 21 21:50:36 2024 -0400 @@ -3291,7 +3291,7 @@ This routine generates an html form with hidden elements. If you want to have visible form elements in your tal/jinja - generated templates use the exclude aray to list the names for + generated templates use the exclude array to list the names for these elements. This wll prevent the function from creating these elements in its output. """
