Skip to content

Commit

Permalink
IDatetime docstr now correctly refers to datetime
Browse files Browse the repository at this point in the history
... rather than DateTime
  • Loading branch information
petri committed Oct 9, 2017
1 parent a0fbed8 commit a412fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/schema/interfaces.py
Expand Up @@ -384,7 +384,7 @@ class IDecimal(IMinMax, IField):


class IDatetime(IMinMax, IField):
"""Field containing a DateTime."""
"""Field containing a datetime."""


class IDate(IMinMax, IField):
Expand Down

0 comments on commit a412fa8

Please sign in to comment.