aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/examples_context.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/examples_context.html')
-rw-r--r--libpathod/templates/examples_context.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpathod/templates/examples_context.html b/libpathod/templates/examples_context.html
index 39146d37..afb3bd48 100644
--- a/libpathod/templates/examples_context.html
+++ b/libpathod/templates/examples_context.html
@@ -1,6 +1,7 @@
<div class="highlight"><pre><span class="kn">import</span> <span class="nn">requests</span>
<span class="kn">from</span> <span class="nn">libpathod</span> <span class="kn">import</span> <span class="n">test</span>
+
<span class="k">def</span> <span class="nf">test_simple</span><span class="p">():</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> Testing the requests module with</span>