igalshilman commented on a change in pull request #127: URL: https://github.com/apache/flink-statefun/pull/127#discussion_r450221285
########## File path: docs/getting-started/python_walkthrough.md ########## @@ -170,16 +170,16 @@ from statefun import StatefulFunctions functions = StatefulFunctions() @functions.bind("example/greeter") -def greet(context, message: GreetRequest): +def greet(context, greet_request: GreetRequest): Review comment: Thanks for suggesting a more readable snippet 👍 ---------------------------------------------------------------- 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: us...@infra.apache.org