Skip to content

Commit

Permalink
Fix typo for package name in missing module error. (aws#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledemeule authored Jul 17, 2023
1 parent eb27766 commit 5b94858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redshift_connector/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ class ArrayDimensionsNotConsistentError(ProgrammingError):

MISSING_MODULE_ERROR_MSG: str = (
"redshift_connector requires {module} support for this functionality. "
"Please install redshfit_connector[full] for {module} support"
"Please install redshift_connector[full] for {module} support"
)

0 comments on commit 5b94858

Please sign in to comment.