Skip to content

Commit 6f7ffd8

Browse files
authored
Update protobuf.py to fix malformed table (#1412)
1 parent 61b04ba commit 6f7ffd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/confluent_kafka/schema_registry/protobuf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class ProtobufSerializer(object):
176176
| | | If the consumers of the topic being produced to are |
177177
| | | using confluent-kafka-python <1.8 then this property |
178178
| | | must be set to True until all old consumers have |
179-
| | | have been upgraded. |
179+
| | | have been upgraded. |
180180
| | | Warning: This configuration property will be removed |
181181
| | | in a future version of the client. |
182182
+-------------------------------------+----------+------------------------------------------------------+

0 commit comments

Comments
 (0)