tvalentyn commented on code in PR #25918:
URL: https://github.com/apache/beam/pull/25918#discussion_r1145496807
##########
sdks/python/apache_beam/coders/coders.py:
##########
@@ -83,9 +83,9 @@
# occurs.
from apache_beam.internal.dill_pickler import dill
except ImportError:
- # We fall back to using the stock dill library in tests that don't use the
+ # We fall back to using the vendor dill library in tests that don't use the
Review Comment:
```suggestion
# We fall back to using the vendored dill library in tests that don't use
the
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]