From e6295ed75682e0a1ecfc76a84d1afe5e37f74ba3 Mon Sep 17 00:00:00 2001
From: Matthias Diener <mdiener@illinois.edu>
Date: Sat, 29 Aug 2020 17:34:30 -0500
Subject: [PATCH] better arg description

---
 pytools/__init__.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pytools/__init__.py b/pytools/__init__.py
index d449a72..4c59783 100644
--- a/pytools/__init__.py
+++ b/pytools/__init__.py
@@ -1599,7 +1599,9 @@ class Table:
 
     def csv(self, dialect='excel', csv_kwargs=None):
         """Returns a string containing a CSV representation of the table.
-        The `dialect` and `csv_kwargs` parameters are passed to :func:`csv.writer`.
+
+        :arg dialect: String passed to :func:`csv.writer`.
+        :arg csv_kwargs: Dict of arguments passed to :func:`csv.writer`.
 
         .. doctest ::
 
-- 
GitLab