Skip to content

Commit 29dec52

Browse files
authored
Add pydoc_data (#4351)
This appears to be used by jedi at least, so it would be great to have stubs for it.
1 parent bc6da51 commit 29dec52

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

stdlib/2and3/pydoc_data/__init__.pyi

Whitespace-only changes.

stdlib/2and3/pydoc_data/topics.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from typing import Dict
2+
3+
topics: Dict[str, str]

0 commit comments

Comments
 (0)