mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7503 from tk0miya/fix_ci
test: Add a docstring to avoid an error on py39a5+
This commit is contained in:
commit
50d2d289e1
@ -145,6 +145,8 @@ First line of docstring
|
||||
|
||||
|
||||
class StrRepr(str):
|
||||
"""docstring"""
|
||||
|
||||
def __repr__(self):
|
||||
return self
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user