Skip to content

Commit 59d3380

Browse files
committed
Fix docs typo parse_commit_url function
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 7903b17 commit 59d3380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vulnerabilities/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def create_registry(pipelines):
687687

688688

689689
def parse_commit_url(url: str):
690-
"""Parse a GitHub/GitLab/Bitbucket commit URL and return a dict with repo_url and commit."""
690+
"""Parse a GitHub/GitLab/Bitbucket commit URL and return a repo_url and commit."""
691691

692692
patterns = [
693693
# GitHub: https://github.com/user/repo/commit/<sha>

0 commit comments

Comments
 (0)