Skip to content

Commit 7e85ac8

Browse files
Fix: remove is_worker documentation
1 parent bca9501 commit 7e85ac8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/api.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -651,11 +651,7 @@ Runner class
651651
Return a :class:`Benchmark` instance.
652652

653653
See the :ref:`bench_time_func() example <bench_time_func_example>`.
654-
655-
.. method:: is_worker()
656-
657-
Return True if the current process was started with --worker, and False otherwise.
658-
654+
659655
.. method:: parse_args(args=None)
660656

661657
Parse command line arguments using :attr:`argparser` and put the result

0 commit comments

Comments
 (0)