kojiromike commented on code in PR #1756:
URL: https://github.com/apache/avro/pull/1756#discussion_r916688997


##########
lang/py/avro/io.py:
##########
@@ -419,7 +413,7 @@ class BinaryEncoder:
 
     def __init__(self, writer: IO[bytes]) -> None:
         """
-        writer is a Python object on which we can call write.
+        Writer is a Python object on which we can call write.

Review Comment:
   Since this refers to the "writer" parameter, it should remain lowercase. But 
you could consider backticks, as in…
   
   ```
           """
           `writer` is an object on which we can call `write`.
           """
   ```



-- 
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]

Reply via email to