Skip to content

Commit

Permalink
chore(samples): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf committed Mar 19, 2021
1 parent a69b34b commit 0a662a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/schema_test.py
Expand Up @@ -88,7 +88,7 @@ def avro_topic(publisher_client, avro_schema):
"name": avro_topic_path,
"schema_settings": {
"schema": avro_schema,
"encoding": Encoding.BINAARY,
"encoding": Encoding.BINARY,
},
}
)
Expand Down

0 comments on commit 0a662a6

Please sign in to comment.