Skip to content

Commit 95d8d7c

Browse files
committed
small fixes in tests/README.md
1 parent 6d50c5b commit 95d8d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export PG_BIN=/path/to/pg/bin
2222
```bash
2323
# Set path to PostgreSQL and python version
2424
export PATH=$PATH:/path/to/pg/bin
25-
export PYTHON=3 (or 2)
25+
export PYTHON=3 # (or 2)
2626

2727
# Run tests
2828
./run_tests.sh

0 commit comments

Comments
 (0)