File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
roots/test-ext-autodoc/target Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
class Cell :
5
5
"""An example for partialmethod.
6
6
7
- refs: https://docs.python.jp /3/library/functools.html#functools.partialmethod
7
+ refs: https://docs.python.org /3/library/functools.html#functools.partialmethod
8
8
"""
9
9
10
10
def set_state (self , state ):
Original file line number Diff line number Diff line change @@ -2160,7 +2160,7 @@ def test_partialmethod(app):
2160
2160
'' ,
2161
2161
' An example for partialmethod.' ,
2162
2162
'' ,
2163
- ' refs: https://docs.python.jp /3/library/functools.html#functools.partialmethod' ,
2163
+ ' refs: https://docs.python.org /3/library/functools.html#functools.partialmethod' ,
2164
2164
'' ,
2165
2165
'' ,
2166
2166
' .. py:method:: Cell.set_alive()' ,
@@ -2190,7 +2190,7 @@ def test_partialmethod_undoc_members(app):
2190
2190
'' ,
2191
2191
' An example for partialmethod.' ,
2192
2192
'' ,
2193
- ' refs: https://docs.python.jp /3/library/functools.html#functools.partialmethod' ,
2193
+ ' refs: https://docs.python.org /3/library/functools.html#functools.partialmethod' ,
2194
2194
'' ,
2195
2195
'' ,
2196
2196
' .. py:method:: Cell.set_alive()' ,
You can’t perform that action at this time.
0 commit comments