Skip to content

Commit ce5009d

Browse files
committed
linting
1 parent aaa3d17 commit ce5009d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ To invoke a transformation in code, you can use the following syntax.
290290
from plone.app.textfield.interfaces import ITransformer
291291

292292
transformer = ITransformer(context)
293-
transformedValue = transformer(context.body, 'text/plain')
293+
transformedValue = transformer(context.body, "text/plain")
294294
```
295295

296296
The `__call__()` method of the `ITransformer` adapter takes a `RichTextValue` object and an output MIME type as parameters.

0 commit comments

Comments
 (0)