Skip to content

Commit 681b54a

Browse files
authored
Update gen_visitors.py
1 parent bc0e8a2 commit 681b54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_visitors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def gen_workflow_activation_payload_visitor_code() -> str:
2323
The generated code defines async visitor functions for each reachable
2424
protobuf message type starting from WorkflowActivation, including support
2525
for repeated fields and map entries, and a convenience entrypoint
26-
function `visit_workflow_activation_payloads`.
26+
function `visit`.
2727
"""
2828

2929
def name_for(desc: Descriptor) -> str:

0 commit comments

Comments
 (0)