Skip to content

Commit 4829005

Browse files
authored
Fix a typo (#683)
1 parent 65e990e commit 4829005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/services/sessions/sessionmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SessionManager(LoggingConfigurable):
2727
database_filepath = Unicode(
2828
default_value=":memory:",
2929
help=(
30-
"Th filesystem path to SQLite Database file "
30+
"The filesystem path to SQLite Database file "
3131
"(e.g. /path/to/session_database.db). By default, the session "
3232
"database is stored in-memory (i.e. `:memory:` setting from sqlite3) "
3333
"and does not persist when the current Jupyter Server shuts down."

0 commit comments

Comments
 (0)