From d1a99b1639f32fd45496baf5ebc2a557f8a665ed 2017-02-09 13:38:14 From: Thomas Kluyver Date: 2017-02-09 13:38:14 Subject: [PATCH] Merge pull request #10269 from StevenMaude/correct-filelink-docstring Fix docstring of FileLink to match parameter name --- diff --git a/IPython/lib/display.py b/IPython/lib/display.py index b78ecd2..34bbae7 100644 --- a/IPython/lib/display.py +++ b/IPython/lib/display.py @@ -323,11 +323,11 @@ 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 - text to append to beginning to link [default: none] + text to append to beginning to link [default: ''] result_html_suffix : str text to append at the end of link [default: '
'] """