Skip to content

Commit 51ca09f

Browse files
rber474stevepiercy
andauthored
Update docs/backend/widgets.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent 74b127b commit 51ca09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This model is defined as a `zope.schema` based schema, but extra hints can be su
7070

7171
By default, `z3c.form` picks a widget based on the type of your field.
7272
You can change the widget using the `widget` directive if you want users to enter or view data in a different format.
73-
For example, you can change the widget for the `human` ``boolean`` field to use "yes" and "no" radio buttons instead of its default checkbox:
73+
For example, you can change the widget for the `human` boolean field to use "yes" and "no" radio buttons instead of its default checkbox:
7474

7575
```{code-block} python
7676
:emphasize-lines: 7

0 commit comments

Comments
 (0)