We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c427b6c commit 3673452Copy full SHA for 3673452
contributing/samples/adk_issue_formatting_agent/agent.py
@@ -45,7 +45,7 @@
45
46
47
def list_open_issues(issue_count: int) -> dict[str, Any]:
48
- """List most recent `issue_count` numer of open issues in the repo.
+ """List most recent `issue_count` number of open issues in the repo.
49
50
Args:
51
issue_count: number of issues to return
contributing/samples/adk_triaging_agent/agent.py
@@ -49,7 +49,7 @@
def list_unlabeled_issues(issue_count: int) -> dict[str, Any]:
52
- """List most recent `issue_count` numer of unlabeled issues in the repo.
+ """List most recent `issue_count` number of unlabeled issues in the repo.
53
54
55
0 commit comments