aboutsummaryrefslogtreecommitdiffstats
path: root/examples/stub.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2012-12-11 11:42:36 -0800
committerAldo Cortesi <aldo@corte.si>2012-12-11 11:42:36 -0800
commit0451eb193ef0abaf875bfd8ad2a1ac4bd68c3efe (patch)
treed978718d594eeefcf53967603977888b05939d73 /examples/stub.py
parent9f0db83c486bcf5f6653b4e4164baba27960e1d0 (diff)
parent1c6139e013981bc9279faff41c8e031f74af77c7 (diff)
downloadmitmproxy-0451eb193ef0abaf875bfd8ad2a1ac4bd68c3efe.tar.gz
mitmproxy-0451eb193ef0abaf875bfd8ad2a1ac4bd68c3efe.tar.bz2
mitmproxy-0451eb193ef0abaf875bfd8ad2a1ac4bd68c3efe.zip
Merge pull request #75 from kanzure/whitespacefixing
Make trailing whitespace more consistent
Diffstat (limited to 'examples/stub.py')
-rw-r--r--examples/stub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stub.py b/examples/stub.py
index 119298fc..31411145 100644
--- a/examples/stub.py
+++ b/examples/stub.py
@@ -31,7 +31,7 @@ def error(ctx, flow):
"""
Called when a flow error has occured, e.g. invalid server responses, or
interrupted connections. This is distinct from a valid server HTTP error
- response, which is simply a response with an HTTP error code.
+ response, which is simply a response with an HTTP error code.
"""
ctx.log("error")