Skip to content

Commit a6524b4

Browse files
committed
fix typo
1 parent 1774535 commit a6524b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/builtin/system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def evaluate(self, evaluation) -> String:
414414
try:
415415
return String(os.getlogin())
416416
except:
417-
evaluation.message('$UserName', 'nologin')
417+
evaluation.message('$UserName', 'nologin')
418418
return
419419

420420

0 commit comments

Comments
 (0)