summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc_autofunction.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-04 23:44:52 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-04 23:44:52 +0900
commit9fd9edebb47a3a5eda8c6065b12b71cdb0985a73 (patch)
tree70a79d15fa7ed3f2c1ce8eb68eaf74a97ae271e1 /tests/test_ext_autodoc_autofunction.py
parentf27dfe337e58332ce8632462270deccc3432ecaf (diff)
parentf743df6c20eb7895ff299fc8d8b43353f20d9116 (diff)
downloadsphinx-git-9fd9edebb47a3a5eda8c6065b12b71cdb0985a73.tar.gz
Merge branch '3.1.x' into 3.x
Diffstat (limited to 'tests/test_ext_autodoc_autofunction.py')
-rw-r--r--tests/test_ext_autodoc_autofunction.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_ext_autodoc_autofunction.py b/tests/test_ext_autodoc_autofunction.py
index 579ad9f48..da090d83a 100644
--- a/tests/test_ext_autodoc_autofunction.py
+++ b/tests/test_ext_autodoc_autofunction.py
@@ -85,8 +85,8 @@ def test_methoddescriptor(app):
actual = do_autodoc(app, 'function', 'builtins.int.__add__')
assert list(actual) == [
'',
- '.. py:function:: int.__add__(self, value, /)',
- ' :module: builtins',
+ '.. py:function:: __add__(self, value, /)',
+ ' :module: builtins.int',
'',
' Return self+value.',
'',