Skip to content

Commit

Permalink
Merge pull request #836 from 0xhf/patch-1
Browse files Browse the repository at this point in the history
Fixed documentation typo regarding MonthField format.
  • Loading branch information
azmeuk authored Feb 15, 2024
2 parents ce48c0c + a21d02f commit 1cded41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ refer to a single input from the form.

.. autoclass:: IntegerRangeField(default field arguments)

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

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

Expand Down

0 comments on commit 1cded41

Please sign in to comment.