Skip to content

Commit aaa3d17

Browse files
committed
fix linting in code example
1 parent 0936804 commit aaa3d17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/backend/fields.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ class ITestSchema(model.Schema):
199199

200200
body = RichText(
201201
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',),
202+
default_mime_type="text/x-rst",
203+
output_mime_type="text/x-html",
204+
allowed_mime_types=("text/x-rst", "text/structured",),
205205
default=defaultBody,
206206
)
207207
```

0 commit comments

Comments
 (0)