diff --git a/mathics/builtin/kernel_sessions.py b/mathics/builtin/kernel_sessions.py index 39c49d0c2..4e1cbaf50 100644 --- a/mathics/builtin/kernel_sessions.py +++ b/mathics/builtin/kernel_sessions.py @@ -73,6 +73,7 @@ class Quit(Builtin):
'Quit[$n$]'
Terminates the mathics session with exit code $n$. + 'Quit' is the same thing as 'Exit'. """