From 9b5a293025d16868b88ad558070af349f3d9e841 2016-04-04 09:52:08 From: Jonas Rauber Date: 2016-04-04 09:52:08 Subject: [PATCH] tiny documentation fix --- diff --git a/IPython/lib/display.py b/IPython/lib/display.py index b0176ff..63da80f 100644 --- a/IPython/lib/display.py +++ b/IPython/lib/display.py @@ -41,7 +41,7 @@ class Audio(DisplayObject): filename : unicode Path to a local file to load the data from. embed : boolean - Should the image data be embedded using a data URI (True) or should + Should the audio data be embedded using a data URI (True) or should the original source be referenced. Set this to True if you want the audio to playable later with no internet connection in the notebook.