From c022bb3e1dc816ab3b4609d6147c9bc358c10d5d Mon Sep 17 00:00:00 2001 From: Roman A <121314722+GameRoMan@users.noreply.github.com> Date: Fri, 30 May 2025 14:13:36 +0100 Subject: [PATCH] Fix a typo: "occurences" -> "occurrences" --- tests/lib/chat/_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/chat/_utils.py b/tests/lib/chat/_utils.py index af08db417c..f3982278f3 100644 --- a/tests/lib/chat/_utils.py +++ b/tests/lib/chat/_utils.py @@ -28,7 +28,7 @@ def __repr_args__(self: pydantic.BaseModel) -> ReprArgs: string = rich_print_str(obj) - # we remove all `fn_name..` occurences + # we remove all `fn_name..` occurrences # so that we can share the same snapshots between # pydantic v1 and pydantic v2 as their output for # generic models differs, e.g.