diff options
| author | Tim Graham <timograham@gmail.com> | 2015-07-15 09:55:44 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-07-15 09:57:19 -0400 |
| commit | 093bd35798b92384df1a378797d29aa3c5c3a713 (patch) | |
| tree | 2b906c439741b1de9465ab5f36f6a6fa1c18cae5 /docs/ref | |
| parent | 83b32422aade053515b5e485ef85228511908723 (diff) | |
[1.8.x] Fixed typo in SelectDateWidget docs.
Backport of f46f1737aa456c1dc377e3f1f4d307d52d8598af from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/forms/widgets.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index bcc4b3a10e..e38c49b2a9 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -768,7 +768,7 @@ Composite widgets month, day, and year. Note that this widget lives in a separate file from the standard widgets. - Takes one optional argument: + Takes several optional arguments: .. attribute:: SelectDateWidget.years |
