Skip to content

Commit c59d33a

Browse files
authored
fix: minor changes (#6)
1 parent 56068b9 commit c59d33a

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
@@ -41,7 +41,7 @@ functions are provided for convenience:
4141
>>> print(q.fetchall())
4242
...
4343
[('PostgreSQL 13.4 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.3.1 20190311 (Red Hat 8.3.1-3), 64-bit',)]
44-
>>> pg_ctl('-D testdatabase stop)
44+
>>> pg_ctl('-D testdatabase stop')
4545

4646
```
4747

@@ -61,6 +61,6 @@ can be used in a pytest:
6161
```py3
6262
>>> from postgresql import tmp_postgres
6363
>>> def test_foo(tmp_postgres):
64-
... postgresql.psql(f'-h {tmp_postgres} -c "select version()")
64+
... postgresql.psql(f'-h {tmp_postgres} -c "select version()"')
6565
```
6666

0 commit comments

Comments
 (0)