diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-13 02:47:56 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-13 02:47:56 -0400 |
| commit | cc023374b6dfded7f2bd15f222ca2d14a0a48835 (patch) | |
| tree | 86b91e4239a1aec99191b5f861e9ef13b042f709 | |
| parent | b18bef7a4a172d65b8f0af03801ce2f92daa3279 (diff) | |
| download | tabletext-cc023374b6dfded7f2bd15f222ca2d14a0a48835.tar.gz | |
Typo fix
| -rw-r--r-- | tabletext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tabletext.py b/tabletext.py index 2d78f5c..59de8ab 100644 --- a/tabletext.py +++ b/tabletext.py @@ -90,7 +90,7 @@ def main(): with borders, writing the result to standard\ output.\ Each TAB separated line from FILE or standard\ - input will become one row of the output table.") + input will become one row in the output table.") parser.add_argument("--hor", help="horizontal line character", metavar="CHAR", default="─") parser.add_argument("--ver", help="vertical line character", |
