Skip to content

Commit 094dd97

Browse files
committed
minor tweaks to PICCOLO_CONF docs
1 parent d8dc609 commit 094dd97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/piccolo/engines/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ variable accordingly.
9595
9696
DB = SQLiteEngine(path='my_test_db.sqlite')
9797
98-
If the ``picolo_conf`` file is located in a sub-module (rather than the root of your project) you can specify the path:
98+
If the ``piccolo_conf.py`` file is located in a sub-module (rather than the
99+
root of your project) you can specify the path like this:
99100

100101
.. code-block:: bash
102+
101103
export PICCOLO_CONF=sub_module.piccolo_conf
102104
103105
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)