Compare commits

..

2 Commits
v0.1.3 ... main

Author SHA1 Message Date
Chris Watson 89516cc699
Merge pull request #2 from taupiqueur/fix-typo
Fix typo
2023-01-29 16:39:15 -07:00
Mathieu Ablasou 13aa2b3bae Fix typo 2023-01-29 17:51:24 +01:00
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:
```