Skip to content

Commit 8b5ac14

Browse files
authored
docs: fix sqlite credentials param name error (#1839)
1 parent 0aee52d commit 8b5ac14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/databases.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ So if the ``DB_FILE`` is "/data/db.sqlite3" then the string will be ``sqlite:///
7979
Required Parameters
8080
-------------------
8181

82-
``path``:
82+
``file_path``:
8383
Path to SQLite3 file. ``:memory:`` is a special path that indicates in-memory database.
8484

8585
Optional parameters:

0 commit comments

Comments
 (0)