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