Fix incorrect docstring

This commit is contained in:
Florian Bruhin 2017-10-03 07:50:21 +02:00
parent 1603b15cfd
commit 31f49afdb2

View File

@ -150,7 +150,7 @@ class SqlTable(QObject):
def __init__(self, name, fields, constraints=None, parent=None):
"""Create a new table in the sql database.
Raises SqlError if the table already exists.
Does nothing if the table already exists.
Args:
name: Name of the table.