diff options
Diffstat (limited to 'lib/extras.py')
-rw-r--r-- | lib/extras.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extras.py b/lib/extras.py index 7c71357..8e1373c 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -514,7 +514,7 @@ class StopReplication(Exception): class ReplicationCursor(_replicationCursor): - """A cursor used for communication on the replication protocol.""" + """A cursor used for communication on replication connections.""" def create_replication_slot(self, slot_name, slot_type=None, output_plugin=None): """Create streaming replication slot.""" |