projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519a234
)
Fix a typo in adapters.py (#309)
author
Chunbo
<chunbo.hua@yahoo.com>
Mon, 27 Apr 2020 13:43:03 +0000
(21:43 +0800)
committer
GitHub
<noreply@github.com>
Mon, 27 Apr 2020 13:43:03 +0000
(06:43 -0700)
elftools/construct/adapters.py
patch
|
blob
|
history
diff --git
a/elftools/construct/adapters.py
b/elftools/construct/adapters.py
index 54fcc08c7432ca995d3b80f0eea1ecbbba00bcd4..545dbac1ca8c0f246b5875da5b08d8c207e44bcd 100644
(file)
--- a/
elftools/construct/adapters.py
+++ b/
elftools/construct/adapters.py
@@
-279,7
+279,7
@@
class ExprAdapter(Adapter):
* subcon - the subcon to adapt
* encoder - a function that takes (obj, context) and returns an encoded
version of obj
- * decoder - a function that takes (obj, context) and returns a
n
decoded
+ * decoder - a function that takes (obj, context) and returns a decoded
version of obj
Example: