This commit is contained in:
Mathieu Ablasou 2023-01-29 17:51:24 +01:00
parent e6f7413674
commit 13aa2b3bae
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```