Skip to content

Commit 055f7d2

Browse files
authored
Fix a typo
1 parent 934b606 commit 055f7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/sage-notebook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ if __name__ == '__main__':
259259
from sage.features.sagemath import sagemath_doc_html
260260

261261
if SAGE_DOC_SERVER_URL:
262-
print(f'Sage doc server running at {SAGE_DOC_SERVER_URL}')
262+
print(f'Sage doc server is running at {SAGE_DOC_SERVER_URL}')
263263
launcher(unknown)
264264
elif sagemath_doc_html().is_present():
265265
with sage_doc_server():

0 commit comments

Comments
 (0)