From 5cd2eed389e948bec4a80d64ed7ee664ab5ddfe3 2012-11-01 23:13:19 From: Danny Staple Date: 2012-11-01 23:13:19 Subject: [PATCH] Shortening documentation line length. The documentation line was too long there. Shortening. Not so sure about the URL though - a URL shortening hash would make less sense. --- diff --git a/IPython/lib/display.py b/IPython/lib/display.py index 039cb2a..5e07eca 100644 --- a/IPython/lib/display.py +++ b/IPython/lib/display.py @@ -21,7 +21,8 @@ class YouTubeVideo(object): vid = YouTubeVideo("abc", start=30) display(vid) - To calculate seconds from time as hours, minutes, seconds use int(timedelta(hours=1, minutes=46, seconds=40).total_seconds()) + To calculate seconds from time as hours, minutes, seconds use: + start=int(timedelta(hours=1, minutes=46, seconds=40).total_seconds()) Other parameters can be provided as documented at https://developers.google.com/youtube/player_parameters#parameter-subheader