Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Clean up comment
Browse files Browse the repository at this point in the history
Remove asterisk and fix capitalization

Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
DJensen94 and dav3r committed Aug 17, 2023
1 parent 63dfee8 commit dff765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe_reports/reportlab_generator.py
Expand Up @@ -708,7 +708,7 @@ def doHeading(text, sty):
Story.append(NextPageTemplate("SummaryPage"))
Story.append(PageBreak())

# ***Start Generating Summary Page***#
# Start generating Summary page
Story.append(doHeading("2. Summary of Findings", h1))
Story.append(horizontal_line)
Story.append(point12_spacer)
Expand Down

0 comments on commit dff765e

Please sign in to comment.