Skip to content

Commit 1cded41

Browse files
authored
Merge pull request #836 from 0xhf/patch-1
Fixed documentation typo regarding MonthField format.
2 parents ce48c0c + a21d02f commit 1cded41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fields.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ refer to a single input from the form.
258258

259259
.. autoclass:: IntegerRangeField(default field arguments)
260260

261-
.. autoclass:: MonthField(default field arguments, format='%Y:%m')
261+
.. autoclass:: MonthField(default field arguments, format='%Y-%m')
262262

263263
.. autoclass:: RadioField(default field arguments, choices=[], coerce=str)
264264

0 commit comments

Comments
 (0)