Skip to content

Commit e8c5e51

Browse files
committed
Remove dedent parameter for create method
1 parent 4bcaca5 commit e8c5e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/concurrent.interpreters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Interpreter objects
271271
Some objects are actually shared and some are copied efficiently,
272272
but most are copied via :mod:`pickle`. See :ref:`interp-object-sharing`.
273273

274-
.. method:: exec(code, /, dedent=True)
274+
.. method:: exec(code, /)
275275

276276
Run the given source code in the interpreter (in the current thread).
277277

0 commit comments

Comments
 (0)