Skip to content

Commit a6d6136

Browse files
committed
update type for typefmt()
1 parent 2abc7f4 commit a6d6136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema_salad/makedoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def __init__(self, toc, j, renderlist, redirects):
214214
self.render_type(f, 1)
215215

216216
def typefmt(self, tp, redirects, nbsp=False, jsonldPredicate=None):
217-
# type: (Any, Dict[str, str], bool) -> Union[str, unicode]
217+
# type: (Any, Dict[str, str], bool, Dict[str, str]) -> Union[str, unicode]
218218
global primitiveType
219219
if isinstance(tp, list):
220220
if nbsp and len(tp) <= 3:

0 commit comments

Comments
 (0)