Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt authored and hannosch committed May 13, 2017
1 parent ec03278 commit 12fb3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/Converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def convert_unicode(self, v):
'float': field2float,
'int': field2int,
'long': field2long,
'string': field2string,
'string': field2string, # to native str
'date': field2date,
'date_international': field2date_international,
'required': field2required,
Expand Down

0 comments on commit 12fb3df

Please sign in to comment.