summaryrefslogtreecommitdiff
path: root/tests/roots/test-root/autodoc_target.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-15 23:02:28 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-12-16 21:28:51 +0900
commitc6bd84a61467a5a60adb11af7b5a7b99ac591fbf (patch)
tree239ba4d0bba3e6bf925af917d7c6d219ae1a6f64 /tests/roots/test-root/autodoc_target.py
parentd160adb8118ebe19ee74b3fbd55478490c473ed8 (diff)
downloadsphinx-git-c6bd84a61467a5a60adb11af7b5a7b99ac591fbf.tar.gz
refactor: Remove u-prefix from strings
Diffstat (limited to 'tests/roots/test-root/autodoc_target.py')
-rw-r--r--tests/roots/test-root/autodoc_target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-root/autodoc_target.py b/tests/roots/test-root/autodoc_target.py
index 6aaf9ee16..9f02a6b21 100644
--- a/tests/roots/test-root/autodoc_target.py
+++ b/tests/roots/test-root/autodoc_target.py
@@ -101,7 +101,7 @@ class Class(Base):
"""should likewise be documented -- süß"""
udocattr = 'quux'
- u"""should be documented as well - süß"""
+ """should be documented as well - süß"""
# initialized to any class imported from another module
mdocattr = StringIO()