Minor typo.

This commit is contained in:
Kevin Gorham 2021-05-10 15:54:14 -04:00 committed by GitHub
parent d69c762c1e
commit 32efef6cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ def main():
# Fetch the issues within the graph. # Fetch the issues within the graph.
mapping = download_issues(gapi, dg.nodes) mapping = download_issues(gapi, dg.nodes)
# Relable the graph # Relabel the graph
dg = nx.relabel_nodes(dg, mapping) dg = nx.relabel_nodes(dg, mapping)
# Filter out unknown issues # Filter out unknown issues