aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/examples_context.html
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-22 15:12:20 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-06-26 10:48:42 +0200
commit01f098296870cf56f835fa1222607d8216f52811 (patch)
treeb152c2a1e7154aa38a158f40e1fbeff93b82ea9b /libpathod/templates/examples_context.html
parent5c0f0c2c221edf9e9d94c0ab4ad809e668f04894 (diff)
downloadmitmproxy-01f098296870cf56f835fa1222607d8216f52811.tar.gz
mitmproxy-01f098296870cf56f835fa1222607d8216f52811.tar.bz2
mitmproxy-01f098296870cf56f835fa1222607d8216f52811.zip
prettify html docs
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>