We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af64eb commit a4dc92cCopy full SHA for a4dc92c
2 files changed
docs/index.rst
@@ -52,7 +52,7 @@ See below for an example (from `the example`_): ::
52
self.history.append(response)
53
54
if response.ok:
55
- logging.debug('No padding exception raised on %r', cookie)
+ logging.debug('No padding exception raised on %r', somecookie)
56
return
57
58
# An HTTP 500 error was returned, likely due to incorrect padding
example.py
@@ -27,7 +27,7 @@ def oracle(self, data):
27
28
29
30
31
32
33
raise BadPaddingException
0 commit comments