Revised the documentation of the "accounting.report.reports.utils.csv_export" module.

This commit is contained in:
依瑪貓 2023-03-09 10:49:42 +08:00
parent 8abe20dba5
commit 6d1e705e4b

View File

@ -14,7 +14,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""The utility to export the report as CSV for download. """The utilities to export the report as CSV for download.
""" """
import csv import csv