Skip to content

Commit 26af559

Browse files
committed
Correction of type hint (#11)
1 parent beb5f1d commit 26af559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs_test/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def get_first_h1(markdown_text: str):
323323

324324

325325

326-
def get_tables(markdown_text:str) -> Dict[pd.DataFrame]:
326+
def get_tables(markdown_text:str) -> Dict[str, pd.DataFrame]:
327327
"""
328328
Convert markdown text to HTML, extract tables,
329329
and convert them to dataframes.

0 commit comments

Comments
 (0)