Add comment for Inventory type

This commit is contained in:
Takeshi KOMIYA 2018-12-17 21:31:55 +09:00
parent 1ef7b1a080
commit ef4fa3682b

View File

@ -28,4 +28,5 @@ RoleFunction = Callable[[text_type, text_type, text_type, int, Inliner, Dict, Li
# title getter functions for enumerable nodes (see sphinx.domains.std)
TitleGetter = Callable[[nodes.Node], text_type]
# inventory data on memory
Inventory = Dict[str, Dict[str, Tuple[str, str, str, str]]]