Skip to content

Commit

Permalink
Merge pull request #7252 from tk0miya/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tk0miya committed Mar 5, 2020
2 parents 4277758 + 523b653 commit 5372b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/domains/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5372b9d

Please sign in to comment.