Skip to content

Commit ee418d7

Browse files
ramalholeorochael
andauthored
Fix unneeded posessive 's in docstring
Co-authored-by: Leonardo Rochael Almeida <leorochael@gmail.com>
1 parent f8a1268 commit ee418d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

25-class-metaprog/persistent/dblib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class NoConnection(Exception):
2121

2222

2323
class SchemaMismatch(ValueError):
24-
"""The table's schema doesn't match the class."""
24+
"""The table schema doesn't match the class."""
2525

2626
def __init__(self, table_name):
2727
self.table_name = table_name

0 commit comments

Comments
 (0)