Skip to content

Commit 19d4dad

Browse files
committed
Use :meth:
1 parent 0a8b2fc commit 19d4dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ And::
215215
``min(32, (os.process_cpu_count() or 1) + 4)``.
216216

217217
.. versionchanged:: 3.14
218-
Added *ctxkwargs* to pass additional arguments to ``cls.prepare_context``
218+
Added *ctxkwargs* to pass additional arguments to :meth:`prepare_context`
219219
class method.
220220

221221

0 commit comments

Comments
 (0)