Show More
@@ -983,7 +983,7 b' Currently the magic system has the following functions:\\n"""' | |||
|
983 | 983 | ans = True |
|
984 | 984 | else: |
|
985 | 985 | ans = self.shell.ask_yes_no( |
|
986 | "Once deleted, variables cannot be recovered. Proceed (y/[n])? ") | |
|
986 | "Once deleted, variables cannot be recovered. Proceed (y/[n])? ", default='n') | |
|
987 | 987 | if not ans: |
|
988 | 988 | print 'Nothing done.' |
|
989 | 989 | return |
General Comments 0
You need to be logged in to leave comments.
Login now