Skip to content

Commit f78fb86

Browse files
authored
Fix a typo: "occurences" -> "occurrences" (#2387)
1 parent 9173f3d commit f78fb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/chat/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __repr_args__(self: pydantic.BaseModel) -> ReprArgs:
2828

2929
string = rich_print_str(obj)
3030

31-
# we remove all `fn_name.<locals>.` occurences
31+
# we remove all `fn_name.<locals>.` occurrences
3232
# so that we can share the same snapshots between
3333
# pydantic v1 and pydantic v2 as their output for
3434
# generic models differs, e.g.

0 commit comments

Comments
 (0)