Skip to content

Commit a1e2ae2

Browse files
committed
fix README.md
1 parent 6b934b3 commit a1e2ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ It's quite easy to create a backup and start a new replica:
104104
with testgres.get_new_node('master') as master:
105105
master.init().start()
106106
with master.backup() as backup:
107-
replica = backup.spawn_replica('replica').start()
108-
print(replica.execute('postgres', 'select 1'))
107+
replica = backup.spawn_replica('replica').start()
108+
print(replica.execute('postgres', 'select 1'))
109109
```
110110

111111
> Note: you could take a look at [`pg_pathman`](https://.com/postgrespro/pg_pathman) to get an idea of `testgres`' capabilities.

0 commit comments

Comments
 (0)