Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docstring in scripts/buildprbody.py
Co-authored-by: Bu Sun Kim <[email protected]>
  • Loading branch information
parthea and busunkim96 authored Apr 30, 2021
commit b1250e200c848b08619f30e2e15f7150231672df
3 changes: 2 additions & 1 deletion scripts/buildprbody.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def __init__(self, change_summary_directory):

def get_commit_uri(self, name):
"""Return a uri to the last commit for the given API Name.
args:

Args:
name (str): The name of the api.
"""

Expand Down