Add pydoc_data (#4351)

This appears to be used by jedi at least, so it would be great to
have stubs for it.
This commit is contained in:
Peter Law
2020-07-22 02:14:03 +01:00
committed by GitHub
parent bc6da51495
commit 29dec525e7
2 changed files with 3 additions and 0 deletions

View File

View File

@@ -0,0 +1,3 @@
from typing import Dict
topics: Dict[str, str]