This commit is contained in:
Takeshi KOMIYA 2020-03-05 20:51:43 +09:00
parent 42777588ed
commit 523b653cd9

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()