Skip to content

Commit 783884c

Browse files
committed
Link to docs.python.org instead of docs.python.jp
1 parent 139d6b0 commit 783884c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/roots/test-ext-autodoc/target/partialmethod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Cell:
55
"""An example for partialmethod.
66
7-
refs: https://docs.python.jp/3/library/functools.html#functools.partialmethod
7+
refs: https://docs.python.org/3/library/functools.html#functools.partialmethod
88
"""
99

1010
def set_state(self, state):

tests/test_extensions/test_ext_autodoc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,7 @@ def test_partialmethod(app):
21602160
'',
21612161
' An example for partialmethod.',
21622162
'',
2163-
' refs: https://docs.python.jp/3/library/functools.html#functools.partialmethod',
2163+
' refs: https://docs.python.org/3/library/functools.html#functools.partialmethod',
21642164
'',
21652165
'',
21662166
' .. py:method:: Cell.set_alive()',
@@ -2190,7 +2190,7 @@ def test_partialmethod_undoc_members(app):
21902190
'',
21912191
' An example for partialmethod.',
21922192
'',
2193-
' refs: https://docs.python.jp/3/library/functools.html#functools.partialmethod',
2193+
' refs: https://docs.python.org/3/library/functools.html#functools.partialmethod',
21942194
'',
21952195
'',
21962196
' .. py:method:: Cell.set_alive()',

0 commit comments

Comments
 (0)