We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f460dbe commit 26c5c82Copy full SHA for 26c5c82
src/environs/types.py
@@ -34,7 +34,7 @@
34
35
36
class BaseMethodKwargs(typing.TypedDict, total=False):
37
- # Relevant marshmallow.Field kwargs shared by all parser methods
+ # kwargs shared by all parser methods
38
validate: (
39
typing.Callable[[typing.Any], typing.Any]
40
| typing.Iterable[typing.Callable[[typing.Any], typing.Any]]
0 commit comments