Merge pull request #7252 from tk0miya/fix_typo

Fix typo
This commit is contained in:
Takeshi KOMIYA 2020-03-05 22:08:06 +09:00 committed by GitHub
commit 5372b9d2c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -397,7 +397,7 @@ class PyModulelevel(PyObject):
"""
def run(self) -> List[Node]:
warnings.warn('PyClassmember is deprecated.',
warnings.warn('PyModulelevel is deprecated.',
RemovedInSphinx40Warning)
return super().run()