We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0936804 commit aaa3d17Copy full SHA for aaa3d17
docs/backend/fields.md
@@ -199,9 +199,9 @@ class ITestSchema(model.Schema):
199
200
body = RichText(
201
title="Body text",
202
- default_mime_type='text/x-rst',
203
- output_mime_type='text/x-html',
204
- allowed_mime_types=('text/x-rst', 'text/structured',),
+ default_mime_type="text/x-rst",
+ output_mime_type="text/x-html",
+ allowed_mime_types=("text/x-rst", "text/structured",),
205
default=defaultBody,
206
)
207
```
0 commit comments