X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/dd2c794de52d4547c405d0dc4b7bafd9c1cffc05..b7eea4d53ae1c87568161ff70d4f02aa33e18332:/nominatim/db/connection.py?ds=inline diff --git a/nominatim/db/connection.py b/nominatim/db/connection.py index 82801ae7..d6860836 100644 --- a/nominatim/db/connection.py +++ b/nominatim/db/connection.py @@ -239,7 +239,7 @@ _PG_CONNECTION_STRINGS = { def get_pg_env(dsn: str, base_env: Optional[SysEnv] = None) -> Dict[str, str]: """ Return a copy of `base_env` with the environment variables for - PostgresSQL set up from the given database connection string. + PostgreSQL set up from the given database connection string. If `base_env` is None, then the OS environment is used as a base environment. """