Skip to content

Commit 3673452

Browse files
committed
chore: Fix spelling: number
Signed-off-by: Josh Soref <[email protected]>
1 parent c427b6c commit 3673452

File tree

2 files changed

+2
-2
lines changed
  • contributing/samples

2 files changed

+2
-2
lines changed

contributing/samples/adk_issue_formatting_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646

4747
def list_open_issues(issue_count: int) -> dict[str, Any]:
48-
"""List most recent `issue_count` numer of open issues in the repo.
48+
"""List most recent `issue_count` number of open issues in the repo.
4949
5050
Args:
5151
issue_count: number of issues to return

contributing/samples/adk_triaging_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050

5151
def list_unlabeled_issues(issue_count: int) -> dict[str, Any]:
52-
"""List most recent `issue_count` numer of unlabeled issues in the repo.
52+
"""List most recent `issue_count` number of unlabeled issues in the repo.
5353
5454
Args:
5555
issue_count: number of issues to return

0 commit comments

Comments
 (0)