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
......@@ -807,7 +807,7 @@ class TableConverter(Converter):
The rows can be matched using a DictDictElementConverter.
"""
@ abstractmethod
@abstractmethod
def get_options(self):
"""
This method needs to be overwritten by the specific table converter to provide
......
......@@ -87,7 +87,7 @@ Typical Subtree converters
These converters expect `match_name` and `match_value` in their definition
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
behavior can be adjusted with the fields `accept_text`, `accept_int`,
`accept_float`, and `accept_bool`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment