We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9173f3d commit f78fb86Copy full SHA for f78fb86
tests/lib/chat/_utils.py
@@ -28,7 +28,7 @@ def __repr_args__(self: pydantic.BaseModel) -> ReprArgs:
28
29
string = rich_print_str(obj)
30
31
- # we remove all `fn_name.<locals>.` occurences
+ # we remove all `fn_name.<locals>.` occurrences
32
# so that we can share the same snapshots between
33
# pydantic v1 and pydantic v2 as their output for
34
# generic models differs, e.g.
0 commit comments