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

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
remove asterisks and fix capitalization

Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
DJensen94 and dav3r committed Aug 17, 2023
1 parent dff765e commit c01191e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pe_reports/reportlab_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ def doHeading(text, sty):
Story.append(tot)
Story.append(PageBreak())

# ***Content Pages***#
# ***Start Introduction Page***#
# Content pages
# Start Introduction page
Story.append(doHeading("1. Introduction", h1))
Story.append(horizontal_line)
Story.append(point12_spacer)
Expand Down

0 comments on commit c01191e

Please sign in to comment.