From 13aa2b3bae4831e56eca00b614087a13b920b700 Mon Sep 17 00:00:00 2001 From: Mathieu Ablasou Date: Sun, 29 Jan 2023 17:51:24 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c25b953..3f7b7dc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ which implements `from_arg` as a proxy for that type. ## Converters -Converers are simply modules which have a `self.from_arg` method which takes +Converters are simply modules which have a `self.from_arg` method which takes a value string, and returns the converted value. For Example: ```