Skip to content

Commit 740b8d8

Browse files
committed
small fixes in README.md
1 parent 6905320 commit 740b8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ with testgres.get_new_node().init() as master:
161161
# ... do something ...
162162

163163
# reset main config file
164-
master.default_conf(fsync=True,
164+
master.default_conf(fsync=True,
165165
allow_streaming=True)
166166

167167
# add a new config line
168-
master.append_conf('postgresql.conf', ext_conf)
168+
master.append_conf('postgresql.conf', ext_conf)
169169
```
170170

171171
Note that `default_conf()` is called by `init()` function; both of them overwrite

0 commit comments

Comments
 (0)