diff options
author | Oleksandr Shulgin <oleksandr.shulgin@zalando.de> | 2015-10-20 12:36:13 +0200 |
---|---|---|
committer | Oleksandr Shulgin <oleksandr.shulgin@zalando.de> | 2015-10-20 12:36:13 +0200 |
commit | 23abe4f501ce60468e9e6b089910068265342368 (patch) | |
tree | ffc981cb8198d8ff90529635afc4bbf1f1ea0e6e /lib/extras.py | |
parent | 0bb81fc84811134bca70b59daa4661bd0697f2ff (diff) | |
download | psycopg2-23abe4f501ce60468e9e6b089910068265342368.tar.gz |
Add quick start to the replication doc, minor doc fixes.
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.""" |