Skip to content
Snippets Groups Projects
Commit 2bb0b819 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: typo

parent 90282a91
No related branches found
No related tags found
2 merge requests!71REL: RElease v0.2.0,!64ENH: Using float converters on integer values
...@@ -87,7 +87,7 @@ Typical Subtree converters ...@@ -87,7 +87,7 @@ Typical Subtree converters
These converters expect `match_name` and `match_value` in their definition These converters expect `match_name` and `match_value` in their definition
which allow to match the key and the value, respectively. which allow to match the key and the value, respectively.
Note that their are defaults for accepting other types. For example, Note that there are defaults for accepting other types. For example,
DictFloatElementConverter also accepts DictIntegerElements. The default DictFloatElementConverter also accepts DictIntegerElements. The default
behavior can be adjusted with the fields `accept_text`, `accept_int`, behavior can be adjusted with the fields `accept_text`, `accept_int`,
`accept_float`, and `accept_bool`. `accept_float`, and `accept_bool`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment