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 934b606 commit 055f7d2Copy full SHA for 055f7d2
src/bin/sage-notebook
@@ -259,7 +259,7 @@ if __name__ == '__main__':
259
from sage.features.sagemath import sagemath_doc_html
260
261
if SAGE_DOC_SERVER_URL:
262
- print(f'Sage doc server running at {SAGE_DOC_SERVER_URL}')
+ print(f'Sage doc server is running at {SAGE_DOC_SERVER_URL}')
263
launcher(unknown)
264
elif sagemath_doc_html().is_present():
265
with sage_doc_server():
0 commit comments