Skip to content

Commit d971bcf

Browse files
committed
docs(proto-plus): update Python version in traceback example
1 parent 60a0b03 commit d971bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/proto-plus/docs/fields.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Declare them in Python using the :class:`~.RepeatedField` class:
8181
>>> row.values = [struct_pb2.Value(string_value="hello")]
8282
Traceback (most recent call last):
8383
File "<stdin>", line 1, in <module>
84-
File "/usr/local/google/home/busunkim/github/python-automl/.nox/unit-3-8/lib/python3.8/site-packages/proto/message.py", line 543, in __setattr__
84+
File "/usr/local/google/home/busunkim/github/python-automl/.nox/unit-3-10/lib/python3.10/site-packages/proto/message.py", line 543, in __setattr__
8585
self._pb.MergeFrom(self._meta.pb(**{key: pb_value}))
8686
TypeError: Value must be iterable
8787

0 commit comments

Comments
 (0)