Merge pull request #2 from taupiqueur/fix-typo

Fix typo
This commit is contained in:
Chris Watson 2023-01-29 16:39:15 -07:00 committed by GitHub
commit 89516cc699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
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: a value string, and returns the converted value. For Example:
``` ```