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.
1 parent 65e990e commit 4829005Copy full SHA for 4829005
jupyter_server/services/sessions/sessionmanager.py
@@ -27,7 +27,7 @@ class SessionManager(LoggingConfigurable):
27
database_filepath = Unicode(
28
default_value=":memory:",
29
help=(
30
- "Th filesystem path to SQLite Database file "
+ "The filesystem path to SQLite Database file "
31
"(e.g. /path/to/session_database.db). By default, the session "
32
"database is stored in-memory (i.e. `:memory:` setting from sqlite3) "
33
"and does not persist when the current Jupyter Server shuts down."
0 commit comments