From 9040d4bb56d58b674de1475dbb62444a056f6729 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Tue, 21 Jan 2025 07:27:35 -0800 Subject: [PATCH] remove lingering reference to loop= --- documentation/server.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/server.rst b/documentation/server.rst index b136ac9d..35b855c3 100644 --- a/documentation/server.rst +++ b/documentation/server.rst @@ -184,9 +184,7 @@ asyncio or cothread .. class:: SharedPV - Same arguments as :py:class:`thread.SharedPV` except that queue= is replaced with loop= . - - :param loop: An asyncio event loop, or None to use the default. + Same arguments as :py:class:`thread.SharedPV` except that ``queue=`` is removed. .. currentmodule:: p4p.server.cothread