Skip to content

Commit 2c289bb

Browse files
committed
update help string
1 parent a5e1e86 commit 2c289bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jupyter_server/services/sessions/sessionmanager.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class SessionManager(LoggingConfigurable):
2828
database_filepath = Unicode(
2929
default_value=":memory:",
3030
help=(
31-
"Filesystem path to SQLite Database file. Does "
32-
"not write to file by default. :memory: (default) stores the "
33-
"database in-memory and is not persistent beyond "
34-
"the current session."
31+
"Th filesystem path to SQLite Database file "
32+
"(e.g. /path/to/session_database.db). By default, the session "
33+
"database is stored in-memory (i.e. `:memory:` setting from sqlite3) "
34+
"and does not persist when the current Jupyter Server shuts down."
3535
)
3636
).tag(config=True)
3737

0 commit comments

Comments
 (0)