summaryrefslogtreecommitdiff
path: root/qutebrowser/misc
diff options
context:
space:
mode:
authorlufte <javier@lufte.net>2021-07-03 21:11:09 -0300
committerlufte <javier@lufte.net>2021-07-03 21:11:09 -0300
commit9aa6a76471d2669cfd61a164ba0111b1bb31fca6 (patch)
treec50617166aee5551f6285f3c72324c66def5c7fe /qutebrowser/misc
parent484ac43cf1b090953ff4efde617f0a2fc07177cd (diff)
downloadqutebrowser-9aa6a76471d2669cfd61a164ba0111b1bb31fca6.tar.gz
qutebrowser-9aa6a76471d2669cfd61a164ba0111b1bb31fca6.zip
Cosmetic changes
Diffstat (limited to 'qutebrowser/misc')
-rw-r--r--qutebrowser/misc/sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/misc/sql.py b/qutebrowser/misc/sql.py
index 460d88ce9..814eb2bb0 100644
--- a/qutebrowser/misc/sql.py
+++ b/qutebrowser/misc/sql.py
@@ -402,7 +402,7 @@ class SqlTable(QObject):
"""Wrapper over a table in the SQL database.
Args:
- database: The Database object on which to operate.
+ database: The Database to which this table belongs.
name: Name of the table.
fields: A list of field names.
constraints: A dict mapping field names to constraint strings.