From 2efeba04a04d8d9591c02e8176f1ed251dd95338 2012-11-02 23:27:32 From: Danny Staple Date: 2012-11-02 23:27:32 Subject: [PATCH] Add newline, spaces on string format Add newline on end of file, put spaces around the string operator (pep8/pylint). --- diff --git a/IPython/lib/display.py b/IPython/lib/display.py index 5e07eca..e023593 100644 --- a/IPython/lib/display.py +++ b/IPython/lib/display.py @@ -48,4 +48,4 @@ class YouTubeVideo(object): frameborder="0" allowfullscreen > - """%(self.width, self.height, self.id, params) \ No newline at end of file + """ % (self.width, self.height, self.id, params)