Fix docstring incorrectly referring to constants.
This commit is contained in:
parent
24f155a40d
commit
02b2dc166e
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class TSDB:
|
|||
|
||||
def _check_version(self):
|
||||
'''
|
||||
Compare database's user_version against constants.DATABASE_VERSION,
|
||||
Compare database's user_version against DATABASE_VERSION,
|
||||
raising exceptions.DatabaseOutOfDate if not correct.
|
||||
'''
|
||||
existing = self.cur.execute('PRAGMA user_version').fetchone()[0]
|
||||
|
|
Loading…
Reference in a new issue