Skip to content

Commit

Permalink
add space in the welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jul 26, 2021
1 parent 7d2f04f commit 3274aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ def start_app(self):
info(_i18n("Welcome to Project Jupyter! Explore the various tools available"
" and their corresponding documentation. If you are interested"
" in contributing to the platform, please visit the community"
"resources section at https://jupyter.org/community.html."))
" resources section at https://jupyter.org/community.html."))

self.write_server_info_file()
self.write_browser_open_files()
Expand Down

0 comments on commit 3274aa0

Please sign in to comment.