summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Knibbe <eric3knibbe@gmail.com>2013-12-17 18:14:28 +0000
committerEric Knibbe <eric3knibbe@gmail.com>2013-12-17 18:14:28 +0000
commit1188737c85db040a2c13745dea71ac1e2caae84d (patch)
treeed47e4441fc223d7917a676155c1ef91abb34037
parent50955cc4f6e048b04789a1bd5ba62604b5de5cc6 (diff)
downloadsphinx-1188737c85db040a2c13745dea71ac1e2caae84d.tar.gz
corrected descriptions of tabularcolumns specifiers
-rw-r--r--doc/markup/misc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst
index 10ba491e..98ce5621 100644
--- a/doc/markup/misc.rst
+++ b/doc/markup/misc.rst
@@ -212,9 +212,9 @@ following directive exists:
``p{width}`` construct, or tabulary's automatic specifiers:
+-----+------------------------------------------+
- |``L``| ragged-left column with automatic width |
+ |``L``| flush left column with automatic width |
+-----+------------------------------------------+
- |``R``| ragged-right column with automatic width |
+ |``R``| flush right column with automatic width |
+-----+------------------------------------------+
|``C``| centered column with automatic width |
+-----+------------------------------------------+