Skip to content

Commit 7a24c92

Browse files
committed
fix typos
1 parent f38dcbd commit 7a24c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/confluent_kafka/schema_registry/_async/schema_registry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ async def test_compatibility(
12811281
schema (Schema): Schema instance.
12821282
version (int or str, optional): Version number, or the string "latest". Defaults to "latest".
12831283
normalize (bool): Whether to normalize the input schema.
1284-
verbose (bool): Wehther to return detailed error messages.
1284+
verbose (bool): Whether to return detailed error messages.
12851285
12861286
Returns:
12871287
bool: True if the schema is compatible with the specified version

src/confluent_kafka/schema_registry/_sync/schema_registry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ def test_compatibility(
12811281
schema (Schema): Schema instance.
12821282
version (int or str, optional): Version number, or the string "latest". Defaults to "latest".
12831283
normalize (bool): Whether to normalize the input schema.
1284-
verbose (bool): Wehther to return detailed error messages.
1284+
verbose (bool): Whether to return detailed error messages.
12851285
12861286
Returns:
12871287
bool: True if the schema is compatible with the specified version

0 commit comments

Comments
 (0)