From d78aa4e11a80653588229cc97119afae693d1c06 Mon Sep 17 00:00:00 2001 From: Ivan Kapeykin <5349983@gmail.com> Date: Tue, 4 Oct 2022 01:41:08 +0300 Subject: multiprocessing docs: Remove extra option ELLIPSIS from section with code (#96625) --- Doc/library/multiprocessing.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index d74fe92..6f6e788 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -674,7 +674,6 @@ The :mod:`multiprocessing` package mostly replicates the API of the Example usage of some of the methods of :class:`Process`: .. doctest:: - :options: +ELLIPSIS >>> import multiprocessing, time, signal >>> p = multiprocessing.Process(target=time.sleep, args=(1000,)) -- cgit v0.12