Skip to content

Commit

Permalink
feat: codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 25, 2023
1 parent 315b88f commit f0de586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/schema/jsonfield.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def fromUnicode(self, value):
>>> JSONField().fromUnicode('{"items": []}')
{'items': []}
or it can be a Pyhon dict stored as string:
or it can be a Python dict stored as string:
>>> JSONField().fromUnicode("{'items': []}")
{'items': []}
Expand Down

0 comments on commit f0de586

Please sign in to comment.