summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgres.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/dialects/postgres.py')
-rw-r--r--lib/sqlalchemy/dialects/postgres.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/sqlalchemy/dialects/postgres.py b/lib/sqlalchemy/dialects/postgres.py
index f9725b2a5..f813e0003 100644
--- a/lib/sqlalchemy/dialects/postgres.py
+++ b/lib/sqlalchemy/dialects/postgres.py
@@ -9,8 +9,9 @@
from sqlalchemy.util import warn_deprecated
warn_deprecated(
- "The SQLAlchemy PostgreSQL dialect has been renamed from 'postgres' to 'postgresql'. "
- "The new URL format is postgresql[+driver]://<user>:<pass>@<host>/<dbname>"
+ "The SQLAlchemy PostgreSQL dialect has been renamed from 'postgres' to "
+ "'postgresql'. The new URL format is "
+ "postgresql[+driver]://<user>:<pass>@<host>/<dbname>"
)
from sqlalchemy.dialects.postgresql import *