We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890d218 commit 6ec4d29Copy full SHA for 6ec4d29
schemascii/__init__.py
@@ -34,7 +34,7 @@ def render(filename: str, text: str = None, **options) -> str:
34
text = f.read()
35
# default options
36
options = default_options | options
37
- for oname, otypeufn in option_types.items():
+ for oname, otypefun in option_types.items():
38
options[oname] = otypefun(option[oname])
39
# get everything
40
grid = Grid(filename, text)
0 commit comments