astitcher commented on a change in pull request #292:
URL: https://github.com/apache/qpid-proton/pull/292#discussion_r563841714
##########
File path: python/proton/_handlers.py
##########
@@ -235,8 +235,8 @@ class IncomingMessageHandler(Handler, Acking):
events related to incoming i.e. received messages.
:type auto_accept: ``bool``
- :param auto_settle: If ``True``, settle all messages (default). Otherwise
- messages must be explicitly settled.
+ :param auto_accept: If ``True``, accept all messages (default). Otherwise
+ messages must be explicitly accepted.
Review comment:
Fix on your fix! I think the language from MessagingHandler is better
"messages must be individually accepted or rejected"
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]