Skip to content

Commit

Permalink
Merge pull request #258 from Viicos/patch-1
Browse files Browse the repository at this point in the history
Remove unicode prefixes in docs
  • Loading branch information
gawel authored Apr 17, 2024
2 parents 5495860 + 63e5f1f commit 4da7386
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 4da7386

Please sign in to comment.