We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 310fd32 + 2429636 commit e9565e5Copy full SHA for e9565e5
docs/source/sqlite_magic.rst
@@ -16,11 +16,11 @@ LOAD
16
CREATE
17
~~~~~~
18
19
-.. object:: %CREATE <path-to-db/yourdatabase.db> name_of_databse
+.. object:: %CREATE <path-to-db/yourdatabase.db> name_of_database
20
21
Creates a database in read and write mode.
22
23
- Receives two arguments, a string that's the path to where it will create your database database and a string for the name of the database.
+ Receives two arguments: a string that's the path to where it will create the database, and a string for the name of the database.
24
25
DELETE
26
0 commit comments