mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Typo fix
This commit is contained in:
parent
1a053d9438
commit
b0a2f897f4
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ This will create ``my_database.db`` if it does not already exist. You can also p
|
|||
|
||||
db = Database(sqlite3.connect("my_database.db"))
|
||||
|
||||
If you want to create an in-memory database, you con do so like this:
|
||||
If you want to create an in-memory database, you can do so like this:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue