Skip to content

Commit

Permalink
Remove unicode prefixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Apr 17, 2024
1 parent 5495860 commit 63e5f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object:
>>> # dict of fields
>>> form.fields.items() #doctest: +SKIP
[(u'text', [<Text name="text">]), ..., (u'submit', [<Submit name="submit">])]
[('text', [<Text name="text">]), ..., ('submit', [<Submit name="submit">])]
You can check the current value:

Expand Down

0 comments on commit 63e5f1f

Please sign in to comment.