Skip to content

Commit

Permalink
Merge pull request sphinx-doc#7503 from tk0miya/fix_ci
Browse files Browse the repository at this point in the history
test: Add a docstring to avoid an error on py39a5+
  • Loading branch information
tk0miya committed Apr 18, 2020
2 parents 21ca437 + ffb1ca3 commit 50d2d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/roots/test-ext-autodoc/target/__init__.py
Expand Up @@ -145,6 +145,8 @@ def prop2(self):


class StrRepr(str):
"""docstring"""

def __repr__(self):
return self

Expand Down

0 comments on commit 50d2d28

Please sign in to comment.