Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from Krakaw/patch-1
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
dmarkey authored Aug 8, 2021
2 parents 325db7a + b53e60f commit caf9b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgdatadiff/pgdatadiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def diff_table_data(self, tablename):
'constrained_columns'])
if not pk:
return None, "no primary key(s) on this table." \
" Comparision is not possible."
" Comparison is not possible."

except NoSuchTableError:
return False, "table is missing"
Expand Down

0 comments on commit caf9b45

Please sign in to comment.