Skip to content

Commit 9040d4b

Browse files
committed
remove lingering reference to loop=
1 parent d57e2b8 commit 9040d4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

documentation/server.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ asyncio or cothread
184184

185185
.. class:: SharedPV
186186

187-
Same arguments as :py:class:`thread.SharedPV` except that queue= is replaced with loop= .
188-
189-
:param loop: An asyncio event loop, or None to use the default.
187+
Same arguments as :py:class:`thread.SharedPV` except that ``queue=`` is removed.
190188

191189
.. currentmodule:: p4p.server.cothread
192190

0 commit comments

Comments
 (0)