Skip to content

Commit

Permalink
Add the missing docstring for Connection.total_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Jun 12, 2018
1 parent 523500d commit ba16e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions s3m.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ def text_factory(self):

@property
def total_changes(self):
"""Analogous to :any:`sqlite3.Connection.total_changes`"""

return self.connection.total_changes

def __enter__(self):
Expand Down

0 comments on commit ba16e9b

Please sign in to comment.