Skip to content

Commit f8d5071

Browse files
committed
chore: Fix spelling: neither-nor
Signed-off-by: Josh Soref <[email protected]>
1 parent 42a91c3 commit f8d5071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/tools/test_gemini_schema_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_to_gemini_schema_nested_dict(self):
185185
},
186186
}
187187
gemini_schema = _to_gemini_schema(openapi_schema)
188-
# Since metadata is not properties nor item, it will call to_gemini_schema recursively.
188+
# Since metadata is neither properties nor item, it will call to_gemini_schema recursively.
189189
assert isinstance(gemini_schema.properties["metadata"], Schema)
190190
assert (
191191
gemini_schema.properties["metadata"].type == Type.OBJECT

0 commit comments

Comments
 (0)