Skip to content

Commit 6ec4d29

Browse files
typo
1 parent 890d218 commit 6ec4d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemascii/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def render(filename: str, text: str = None, **options) -> str:
3434
text = f.read()
3535
# default options
3636
options = default_options | options
37-
for oname, otypeufn in option_types.items():
37+
for oname, otypefun in option_types.items():
3838
options[oname] = otypefun(option[oname])
3939
# get everything
4040
grid = Grid(filename, text)

0 commit comments

Comments
 (0)