This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 802aa8afe PROTON-2759: [python] TransactionalClientHandler doc 
correction
802aa8afe is described below

commit 802aa8afe9a9f4444a634787f6796549e02c15ab
Author: Rakhi Kumari <rakhi.c...@gmail.com>
AuthorDate: Tue Aug 1 12:47:44 2023 +0530

    PROTON-2759: [python] TransactionalClientHandler doc correction
---
 python/proton/_handlers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/proton/_handlers.py b/python/proton/_handlers.py
index b9e553b4b..c60f8efb5 100644
--- a/python/proton/_handlers.py
+++ b/python/proton/_handlers.py
@@ -966,7 +966,7 @@ class TransactionalClientHandler(MessagingHandler, 
TransactionHandler):
     a transactional acceptance of received messages.
 
     :param prefetch: Initial flow credit for receiving messages, defaults to 
10.
-    :param auto_accept: If ``True``, accept all messages (default). Otherwise
+    :param auto_accept: If ``True``, accept all messages. Otherwise (default),
         messages must be individually accepted or rejected.
     :param auto_settle: If ``True`` (default), automatically settle messages
         upon receiving a settled disposition for that delivery. Otherwise


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to