Skip to content

Commit 549901b

Browse files
authored
fix(docs): fix doc comments in async_pg_manager.py
1 parent ae8a926 commit 549901b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/socketio/async_pg_manager.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212

1313
class AsyncPgManager(AsyncPubSubManager): # pragma: no cover
14-
"""Redis based client manager for asyncio servers.
14+
"""Postgres based client manager for asyncio servers.
1515
16-
This class implements a Redis backend for event sharing across multiple
16+
This class implements a Postgres backend for event sharing across multiple
1717
processes.
1818
19-
To use a Redis backend, initialize the :class:`AsyncServer` instance as
19+
To use a Postgres backend, initialize the :class:`AsyncServer` instance as
2020
follows::
2121
2222
server = socketio.AsyncServer(

0 commit comments

Comments
 (0)