##// END OF EJS Templates
fixed %quickref
vivainio -
Show More
@@ -1,7 +1,7 b''
1 # -*- coding: utf-8 -*-
1 # -*- coding: utf-8 -*-
2 """Magic functions for InteractiveShell.
2 """Magic functions for InteractiveShell.
3
3
4 $Id: Magic.py 1163 2006-02-15 14:10:49Z vivainio $"""
4 $Id: Magic.py 1166 2006-02-15 19:20:58Z vivainio $"""
5
5
6 #*****************************************************************************
6 #*****************************************************************************
7 # Copyright (C) 2001 Janko Hauser <jhauser@zscout.de> and
7 # Copyright (C) 2001 Janko Hauser <jhauser@zscout.de> and
@@ -2802,7 +2802,7 b' Defaulting color scheme to \'NoColor\'"""'
2802 def magic_quickref(self,arg):
2802 def magic_quickref(self,arg):
2803 import IPython.usage
2803 import IPython.usage
2804 page(IPython.usage.quick_reference)
2804 page(IPython.usage.quick_reference)
2805 del IPython.usage
2805
2806
2806
2807
2807
2808 # end Magic
2808 # end Magic
General Comments 0
You need to be logged in to leave comments. Login now