From 9c58353f825111baa8e9dd37ac367dde36a1e118 2017-02-09 13:23:40 From: Steven Maude Date: 2017-02-09 13:23:40 Subject: [PATCH] Update result_html_prefix docstring For consistency; the use of "none" is potentially confusing. --- diff --git a/IPython/lib/display.py b/IPython/lib/display.py index 563dccc..34bbae7 100644 --- a/IPython/lib/display.py +++ b/IPython/lib/display.py @@ -327,7 +327,7 @@ class FileLink(object): prefix to be prepended to all files to form a working link [default: ''] 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: '
'] """