From 837aa57bd1d4a3351e1d853fbca03a558d9852e3 Mon Sep 17 00:00:00 2001 From: Ariana Barzinpour Date: Fri, 25 Oct 2024 03:51:41 +0000 Subject: [PATCH] fix typo --- datacube/drivers/postgis/_connections.py | 2 +- datacube/drivers/postgres/_connections.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datacube/drivers/postgis/_connections.py b/datacube/drivers/postgis/_connections.py index daa87a11b..52cbf27dd 100755 --- a/datacube/drivers/postgis/_connections.py +++ b/datacube/drivers/postgis/_connections.py @@ -118,7 +118,7 @@ def _create_engine(url, application_name=None, iam_rds_auth=False, iam_rds_timeo ) except ModuleNotFoundError: raise IndexSetupError('psycopg2 is required to work with the database. ' - 'Please install the [postgres] or [test] depdencies.') + 'Please install the [postgres] or [test] dependencies.') if iam_rds_auth: from datacube.utils.aws import obtain_new_iam_auth_token diff --git a/datacube/drivers/postgres/_connections.py b/datacube/drivers/postgres/_connections.py index 8ade61005..a30c634f4 100755 --- a/datacube/drivers/postgres/_connections.py +++ b/datacube/drivers/postgres/_connections.py @@ -111,7 +111,7 @@ def _create_engine(url, application_name=None, iam_rds_auth=False, iam_rds_timeo ) except ModuleNotFoundError: raise IndexSetupError('psycopg2 is required to work with the database. ' - 'Please install the [postgres] or [test] depdencies.') + 'Please install the [postgres] or [test] dependencies.') if iam_rds_auth: from datacube.utils.aws import obtain_new_iam_auth_token