From 01636b53a8ef9e068d466a984c179fa1a3c57dcb 2017-02-09 13:11:23 From: Steven Maude Date: 2017-02-09 13:11:23 Subject: [PATCH] Fix docstring of FileLink to match parameter name It used to be `directory_prefix`, but is currently `url_prefix`. --- diff --git a/IPython/lib/display.py b/IPython/lib/display.py index b78ecd2..bff8572 100644 --- a/IPython/lib/display.py +++ b/IPython/lib/display.py @@ -323,7 +323,7 @@ class FileLink(object): ---------- path : str path to the file or directory that should be formatted - directory_prefix : str + url_prefix : str prefix to be prepended to all files to form a working link [default: 'files'] result_html_prefix : str