Fix a typo in adapters.py (#309)
authorChunbo <chunbo.hua@yahoo.com>
Mon, 27 Apr 2020 13:43:03 +0000 (21:43 +0800)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 13:43:03 +0000 (06:43 -0700)
elftools/construct/adapters.py

index 54fcc08c7432ca995d3b80f0eea1ecbbba00bcd4..545dbac1ca8c0f246b5875da5b08d8c207e44bcd 100644 (file)
@@ -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: