Skip to content

Commit

Permalink
remove stale docstring part
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Dec 8, 2023
1 parent 2edf728 commit 494bc53
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pydantic/_internal/_validate_call.py
Expand Up @@ -13,11 +13,7 @@


class ValidateCallWrapper:
"""This is a wrapper around a function that validates the arguments passed to it, and optionally the return value.
It's partially inspired by `wraps` which in turn uses `partial`, but extended to be a descriptor so
these functions can be applied to instance methods, class methods, static methods, as well as normal functions.
"""
"""This is a wrapper around a function that validates the arguments passed to it, and optionally the return value."""

__slots__ = (
'__pydantic_validator__',
Expand Down

0 comments on commit 494bc53

Please sign in to comment.