Compare commits

..

No commits in common. "main" and "v0.1.3" have entirely different histories.
main ... v0.1.3

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
Converters are simply modules which have a `self.from_arg` method which takes
Converers are simply modules which have a `self.from_arg` method which takes
a value string, and returns the converted value. For Example:
```