Fix unneeded posessive 's in docstring
Co-authored-by: Leonardo Rochael Almeida <leorochael@gmail.com>
This commit is contained in:
parent
f8a1268fb1
commit
ee418d7d97
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user