Skip to content

Commit 26c5c82

Browse files
committed
Fix up doc
1 parent f460dbe commit 26c5c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/environs/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535

3636
class BaseMethodKwargs(typing.TypedDict, total=False):
37-
# Relevant marshmallow.Field kwargs shared by all parser methods
37+
# kwargs shared by all parser methods
3838
validate: (
3939
typing.Callable[[typing.Any], typing.Any]
4040
| typing.Iterable[typing.Callable[[typing.Any], typing.Any]]

0 commit comments

Comments
 (0)