Skip to content

Commit 52e9467

Browse files
authored
add space in the welcome message (#561)
1 parent 7d2f04f commit 52e9467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/serverapp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,7 @@ def start_app(self):
23292329
info(_i18n("Welcome to Project Jupyter! Explore the various tools available"
23302330
" and their corresponding documentation. If you are interested"
23312331
" in contributing to the platform, please visit the community"
2332-
"resources section at https://jupyter.org/community.html."))
2332+
" resources section at https://jupyter.org/community.html."))
23332333

23342334
self.write_server_info_file()
23352335
self.write_browser_open_files()

0 commit comments

Comments
 (0)