mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Typo fix
This commit is contained in:
parent
af89c5f851
commit
6de0a5d46a
1 changed files with 1 additions and 1 deletions
|
|
@ -746,7 +746,7 @@ class Database:
|
|||
Create a new SQL view with the specified name - ``sql`` should start with ``SELECT ...``.
|
||||
|
||||
- ``ignore`` - set to ``True`` to do nothing if a view with this name already exists
|
||||
- ``replace`` - set to ``True`` to do replace the view if one with this name already exists
|
||||
- ``replace`` - set to ``True`` to replace the view if one with this name already exists
|
||||
"""
|
||||
assert not (
|
||||
ignore and replace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue