kojiromike commented on code in PR #1756:
URL: https://github.com/apache/avro/pull/1756#discussion_r916689922
##########
lang/py/avro/io.py:
##########
@@ -205,12 +204,11 @@ def _map_iterator(node: ValidationNode) ->
ValidationNodeGeneratorType:
class BinaryDecoder:
"""Read leaf values."""
-
_reader: IO[bytes]
def __init__(self, reader: IO[bytes]) -> None:
"""
- reader is a Python object on which we can call read, seek, and tell.
+ Reader is a Python object on which we can call read, seek, and tell.
Review Comment:
I agree. See my comment below about `writer`.
--
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]