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

Commit

Permalink
Update doc string at config
Browse files Browse the repository at this point in the history
Co-authored-by: schmelz21 <81192860+schmelz21@users.noreply.github.com>
  • Loading branch information
cduhn17 and schmelz21 committed Nov 2, 2021
1 parent 44585f4 commit 0e4d9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pe_reports/data/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def config(filename=REPORT_DB_CONFIG, section="postgres"):
"""Configure connection to creds file and returns creds."""
"""Pass credentials to access database."""
parser = ConfigParser()

parser.read(filename, encoding="utf-8")
Expand Down

0 comments on commit 0e4d9e4

Please sign in to comment.