From: Chunbo Date: Mon, 27 Apr 2020 13:43:03 +0000 (+0800) Subject: Fix a typo in adapters.py (#309) X-Git-Tag: v0.27~30 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e987bd812107a2820b073eef6a6c01556b3cb44e;p=pyelftools.git Fix a typo in adapters.py (#309) --- diff --git a/elftools/construct/adapters.py b/elftools/construct/adapters.py index 54fcc08..545dbac 100644 --- 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 an decoded + * decoder - a function that takes (obj, context) and returns a decoded version of obj Example: