Skip to content

Commit a1a4ef6

Browse files
committed
Fix comment typos
1 parent f7e473c commit a1a4ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/update_release_pr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_github_prs(token: str, owner: str, repo: str, label: str = "", state: st
1212
owner (str): The owner of the repository.
1313
repo (str): The name of the repository.
1414
label (str): The label name.
15-
state (str): State of PR, e.g. open, close, all
15+
state (str): State of PR, e.g. open, closed, all
1616
1717
Returns:
1818
list: A list of dictionaries, where each dictionary represents a pull request.
@@ -90,7 +90,7 @@ def get_prs(pull_request_items: list[dict], label: str = "", state: str = "all")
9090
Args:
9191
pull_request_items (str): List of PR items.
9292
label (str): The label name.
93-
state (str): State of PR, e.g. open, close, all
93+
state (str): State of PR, e.g. open, closed, all
9494
9595
Returns:
9696
list: A list of dictionaries, where each dictionary represents a pull request.

0 commit comments

Comments
 (0)