Fix unneeded posessive 's in docstring

Co-authored-by: Leonardo Rochael Almeida <leorochael@gmail.com>
This commit is contained in:
Luciano Ramalho
2021-04-15 13:34:17 -03:00
committed by GitHub
parent f8a1268fb1
commit ee418d7d97

View File

@@ -21,7 +21,7 @@ class NoConnection(Exception):
class SchemaMismatch(ValueError):
"""The table's schema doesn't match the class."""
"""The table schema doesn't match the class."""
def __init__(self, table_name):
self.table_name = table_name