Skip to content

Commit

Permalink
docs: correct an error
Browse files Browse the repository at this point in the history
  • Loading branch information
janbritz authored Sep 19, 2024
1 parent 87e2bc8 commit 81d16bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion questionpy_sdk/webserver/question_ui/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class RenderElementError(RenderError, ABC):
The '{element}' placeholder is predefined and resolves to a human-readable representation of `element`.
Providing a value with the key 'element' in `template_kwargs` will overwrite this behaviour.
template_kwargs: A mapping containing the values of the placeholders in `template`.
If a value is of type `Collection[str]`, it will be formatted in a human-readable list.
If a value is of type `Collection[str]`, it will be formatted as a human-readable list.
"""

element: etree._Element
Expand Down

0 comments on commit 81d16bd

Please sign in to comment.