Skip to content

Commit

Permalink
Fixes for #33 (Datetime field docs typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
petri committed Oct 9, 2017
1 parent a6f5eb1 commit a0fbed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ Conversion from Unicode:
...
ValueError: invalid literal for Decimal(): 1.25.6

DateTime
Datetime
########

:class:`zope.schema.DateTime` fields contain binary data, represented
:class:`zope.schema.Datetime` fields contain binary data, represented
as a a Python :class:`datetime.datetime`.

Date
Expand Down

0 comments on commit a0fbed8

Please sign in to comment.