From e712455dbc7bc38ea84c880a86445f88f9907908 Mon Sep 17 00:00:00 2001
From: Matthias Diener <mdiener@illinois.edu>
Date: Fri, 28 Aug 2020 11:55:08 -0500
Subject: [PATCH] fix doc

---
 pytools/__init__.py | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pytools/__init__.py b/pytools/__init__.py
index a02e10a..a241dbc 100644
--- a/pytools/__init__.py
+++ b/pytools/__init__.py
@@ -1487,11 +1487,10 @@ class Table:
     """An ASCII table generator.
 
     :arg alignments: List of alignments of each column ('l', 'c', or 'r',
-        for left, center, and right alignment, respectively). Currently only used
-        by the `github_markdown` output formatter. Columns which have no alignment
-        specifier will use the last specified alignment. For example, with
-        `alignments=['l', 'r']`, the third and all following columns will use 'r'
-        alignment.
+        for left, center, and right alignment, respectively). Columns which
+        have no alignment specifier will use the last specified alignment. For
+        example, with `alignments=['l', 'r']`, the third and all following
+        columns will use 'r' alignment.
 
     .. automethod:: add_row
     .. automethod:: __str__
-- 
GitLab