From 4adb4788e3402ddea94b8a2f0eb8ce1a143ed389 Mon Sep 17 00:00:00 2001 From: Bonnie Date: Fri, 28 Nov 2025 15:45:26 +0800 Subject: [PATCH] fix: correct documentation typo in Group class transaction options parameter --- src/story_protocol_python_sdk/resources/Group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/story_protocol_python_sdk/resources/Group.py b/src/story_protocol_python_sdk/resources/Group.py index 3166f05..7bf6f70 100644 --- a/src/story_protocol_python_sdk/resources/Group.py +++ b/src/story_protocol_python_sdk/resources/Group.py @@ -68,7 +68,7 @@ def register_group(self, group_pool: str, tx_options: dict | None = None) -> dic Registers a Group IPA. :param group_pool str: The address of the group pool. - :param tx_options dict: [Optional] The transaction options. + :param tx_options dict: [xxxxOptional] The transaction options. :return dict: A dictionary with the transaction hash and group ID. """ try: