Skip to content

Commit

Permalink
typing of ordereddict
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 4, 2024
1 parent fe90add commit ecf3671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediawiki/mediawikipage.py
Expand Up @@ -480,7 +480,7 @@ def sections(self) -> List[str]:
return self._sections

@property
def table_of_contents(self) -> OrderedDict[str, Any]:
def table_of_contents(self) -> Dict[str, Any]:
"""OrderedDict: Dictionary of sections and sub-sections
Note:
Expand Down

0 comments on commit ecf3671

Please sign in to comment.