Fix incorrect docstring
This commit is contained in:
parent
1603b15cfd
commit
31f49afdb2
@ -150,7 +150,7 @@ class SqlTable(QObject):
|
|||||||
def __init__(self, name, fields, constraints=None, parent=None):
|
def __init__(self, name, fields, constraints=None, parent=None):
|
||||||
"""Create a new table in the sql database.
|
"""Create a new table in the sql database.
|
||||||
|
|
||||||
Raises SqlError if the table already exists.
|
Does nothing if the table already exists.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
name: Name of the table.
|
name: Name of the table.
|
||||||
|
Loading…
Reference in New Issue
Block a user