summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhnaf Siddiqui <luky1971@users.noreply.github.com>2017-07-31 14:41:46 -0700
committerGitHub <noreply@github.com>2017-07-31 14:41:46 -0700
commit40c0199b61dd94998e6d1759338ce02e2c47650a (patch)
tree30f8d9dc23afdc087d08b279feb2fd6e99e9abba
parent4676e41472725b03badcd9517f5aa2c2a41c1ebf (diff)
downloadpython-prettytable-ptable-40c0199b61dd94998e6d1759338ce02e2c47650a.tar.gz
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.