Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghav Rawat committed Nov 22, 2024
1 parent 44f8d50 commit 57765cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/codegen/service_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def get_c_api_name(function_name) -> str:


def is_secondary_streaming_param(param, first_streaming_param) -> bool:
"""Check if a parameter is a secondry streaming type parameter"""
"""Check if a parameter is a secondry streaming type parameter."""
return param.get("is_streaming_type", False) and param["name"] != first_streaming_param["name"]


Expand Down

0 comments on commit 57765cd

Please sign in to comment.