summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKane Blueriver <kxxoling@gmail.com>2018-07-27 00:43:51 +0800
committerGitHub <noreply@github.com>2018-07-27 00:43:51 +0800
commitc9853741e25a495a2022b4f279f2e9012ac8a285 (patch)
tree0733dbce045599283ba28966a3dc9d68cbb41f3e
parent21b0644a6b59c32f810d96295c26d024bfa5b59c (diff)
parent40c0199b61dd94998e6d1759338ce02e2c47650a (diff)
downloadpython-prettytable-ptable-c9853741e25a495a2022b4f279f2e9012ac8a285.tar.gz
Merge pull request #16 from luky1971/patch-1
Fixed a typo: PLAIN_COLUMN => PLAIN_COLUMNS
-rw-r--r--docs/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 961d3c4..b8996c9 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -389,7 +389,7 @@ in-built styles you can use for your tables:
- ``DEFAULT`` - The default look, used to undo any style changes you
may have made
-- ``PLAIN_COLUMN`` - A borderless style that works well with command
+- ``PLAIN_COLUMNS`` - A borderless style that works well with command
line programs for columnar data
Other styles are likely to appear in future releases.