Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
laulaz committed Mar 10, 2014
1 parent e453343 commit ffdfa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/z3cform/datetimewidget/widget.py
Expand Up @@ -28,7 +28,7 @@

def deprecated_widget(widget):
deprecated(widget, widget + \
' moved. Access it from collection.z3cform.datetimewidget.')
' moved. Access it from collective.z3cform.datetimewidget.')

deprecated_widget('DateWidget')
deprecated_widget('DateFieldWidget')
Expand Down

0 comments on commit ffdfa0f

Please sign in to comment.