diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-10-30 22:03:01 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-11-06 16:32:07 -0500 |
| commit | b54bf0745bd9ef9809dfce1a8937622f8ed92df5 (patch) | |
| tree | f8b10c81e2242897f0fe765698216542fb0d7f1e /python/interaction.py | |
| parent | 149ee581fe11a806fcd38e8220141007556bc85c (diff) | |
Provide a slightly different implementation for @joshwatson's AnalysisCompletionEvent PR and documentation update
Diffstat (limited to 'python/interaction.py')
| -rw-r--r-- | python/interaction.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", "<h1>Contents</h1>", "Plain text contents") Plain text contents """ |
