Skip to content

Commit

Permalink
Fix up doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 23, 2025
1 parent f460dbe commit 26c5c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environs/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


class BaseMethodKwargs(typing.TypedDict, total=False):
# Relevant marshmallow.Field kwargs shared by all parser methods
# kwargs shared by all parser methods
validate: (
typing.Callable[[typing.Any], typing.Any]
| typing.Iterable[typing.Callable[[typing.Any], typing.Any]]
Expand Down

0 comments on commit 26c5c82

Please sign in to comment.