kojiromike commented on code in PR #1756:
URL: https://github.com/apache/avro/pull/1756#discussion_r916803181
##########
lang/py/avro/io.py:
##########
@@ -204,11 +204,12 @@ 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:
For consistency, `seek` and `tell` should be backtick-quoted as well.
--
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]