summaryrefslogtreecommitdiff
path: root/python/interaction.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-10-30 22:03:01 -0400
committerPeter LaFosse <peter@vector35.com>2017-10-30 22:03:06 -0400
commitde70f093cc429a125dde201cfe245b616c10ebce (patch)
treef8b10c81e2242897f0fe765698216542fb0d7f1e /python/interaction.py
parenta774e47ee36a5d4418c9aec13e5612f158a825d3 (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.py2
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
"""