From e913e138a121818faf3230062762daa2cf9a5528 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 30 Nov 2020 14:51:29 +0100 Subject: [PATCH] Fix typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ff280e9..e78dc68 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Create PostgreSQL instance using ``testing.postgresql.Postgresql``:: import testing.postgresql from sqlalchemy import create_engine - # Lanuch new PostgreSQL server + # Launch new PostgreSQL server with testing.postgresql.Postgresql() as postgresql: # connect to PostgreSQL engine = create_engine(postgresql.url())