From b54bf0745bd9ef9809dfce1a8937622f8ed92df5 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 30 Oct 2017 22:03:01 -0400 Subject: Provide a slightly different implementation for @joshwatson's AnalysisCompletionEvent PR and documentation update --- python/interaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/interaction.py') diff --git a/python/interaction.py b/python/interaction.py index 979549f5..96cac42d 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -520,7 +520,7 @@ def show_html_report(title, contents, plaintext=""): :param str contents: HTML contents to display :param str plaintext: Plain text version to display (used on the command line) :rtype: None - :Example" + :Example: >>> show_html_report("title", "

Contents

", "Plain text contents") Plain text contents """ -- cgit v1.3.1