Skip to content

Commit e9565e5

Browse files
authored
Merge pull request #147 from westurner/patch-2
DOC: sqlite_magic.rst: s/databse/database/ and colon/comma
2 parents 310fd32 + 2429636 commit e9565e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/sqlite_magic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ LOAD
1616
CREATE
1717
~~~~~~
1818

19-
.. object:: %CREATE <path-to-db/yourdatabase.db> name_of_databse
19+
.. object:: %CREATE <path-to-db/yourdatabase.db> name_of_database
2020

2121
Creates a database in read and write mode.
2222

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.
23+
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.
2424

2525
DELETE
2626
~~~~~~

0 commit comments

Comments
 (0)