Skip to content

Commit 40d80ca

Browse files
committed
Fix a typo
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent e65b8e2 commit 40d80ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scanpipe/pipelines/analyze_symbols_reachability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def collect_and_match_resources(self):
9090
)
9191

9292
def generate_advisory_reachability_report(self):
93-
"""Generate reachability report keyed by advisory_uid."""
93+
"""Generate a reachability report summarizing status by advisory."""
9494
reachability.generate_advisory_reachability_report(
9595
project=self.project,
9696
patches=self.patches,

0 commit comments

Comments
 (0)