Skip to content

Commit 47a08cb

Browse files
authored
Docs say Schema when they mean SchemaReference - Fixes #864 (#1092)
thanks for the PR!
1 parent 5aa2406 commit 47a08cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confluent_kafka/schema_registry/schema_registry_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ class Schema(object):
671671
Args:
672672
schema_str (str): String representation of the schema.
673673
674-
references ([Schema]): Schemas referenced by this schema.
674+
references ([SchemaReference]): SchemaReferences used in this schema.
675675
676676
schema_type (str): The schema type: AVRO, PROTOBUF or JSON.
677677

0 commit comments

Comments
 (0)