From 43e06341d23207f66e01aee3178fbab34b185b25 2017-02-09 13:22:40 From: Steven Maude Date: 2017-02-09 13:22:40 Subject: [PATCH] Update default value in url_prefix docstring --- diff --git a/IPython/lib/display.py b/IPython/lib/display.py index bff8572..563dccc 100644 --- a/IPython/lib/display.py +++ b/IPython/lib/display.py @@ -325,7 +325,7 @@ class FileLink(object): path to the file or directory that should be formatted url_prefix : str prefix to be prepended to all files to form a working link [default: - 'files'] + ''] result_html_prefix : str text to append to beginning to link [default: none] result_html_suffix : str