From f8758e28473d10587941b863f4f1c27d35b561cb Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 17 Sep 2020 10:33:47 -0400 Subject: [PATCH] audit_report: More docstring. --- conservancy_beancount/tools/audit_report.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conservancy_beancount/tools/audit_report.py b/conservancy_beancount/tools/audit_report.py index 0ecf869..096a78c 100644 --- a/conservancy_beancount/tools/audit_report.py +++ b/conservancy_beancount/tools/audit_report.py @@ -1,4 +1,9 @@ -"""audit_report.py - Utility to run all reports for an audit""" +"""audit_report.py - Utility to run all reports for an audit + +This tool generates all reports for a fiscal year, plus the following months +available, to submit for audit. It parallelizes the work to run as efficiently +as possible. +""" # Copyright © 2020 Brett Smith # # This program is free software: you can redistribute it and/or modify