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 72e15fe commit 63dfee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe_reports/reportlab_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def doHeading(text, sty):
Story.append(NextPageTemplate("ContentPage"))
Story.append(PageBreak())

# ***Start Generating Creds Page***#
# Start generating Credentials page
Story.append(doHeading("3. Detailed Results", h1))
Story.append(horizontal_line)
Story.append(point12_spacer)
Expand Down

0 comments on commit 63dfee8

Please sign in to comment.