##// END OF EJS Templates
Fix copy & paste error in docstring.
Maximilian Albert -
Show More
1 NO CONTENT: modified file
@@ -1,7 +1,6 b''
1 """ButtonWidget class.
1 """ImageWidget class.
2 2
3 Represents a button in the frontend using a widget. Allows user to listen for
4 click events on the button and trigger backend code when the clicks are fired.
3 Represents an image in the frontend using a widget.
5 4 """
6 5 #-----------------------------------------------------------------------------
7 6 # Copyright (c) 2013, the IPython Development Team.
General Comments 0
You need to be logged in to leave comments. Login now