##// END OF EJS Templates
Fix my own daft mistake in previous commit.
Thomas Kluyver -
Show More
@@ -991,7 +991,7 b' Currently the magic system has the following functions:\\n"""'
991 In [1]: 'a' in _ip.user_ns
991 In [1]: 'a' in _ip.user_ns
992 Out[1]: False
992 Out[1]: False
993 """
993 """
994 opts, args = self.parse_options(parameter_s,'sh')
994 opts, args = self.parse_options(parameter_s,'sf')
995 if 'f' in opts:
995 if 'f' in opts:
996 ans = True
996 ans = True
997 else:
997 else:
General Comments 0
You need to be logged in to leave comments. Login now