From e987bd812107a2820b073eef6a6c01556b3cb44e Mon Sep 17 00:00:00 2001 From: Chunbo Date: Mon, 27 Apr 2020 21:43:03 +0800 Subject: [PATCH] Fix a typo in adapters.py (#309) --- elftools/construct/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2