summaryrefslogtreecommitdiff
path: root/docs/manual/textlayout.rst
diff options
context:
space:
mode:
authorIan Ward <ian@excess.org>2012-10-14 21:58:13 -0400
committerIan Ward <ian@excess.org>2012-10-14 21:58:13 -0400
commit24ad241c49be98d2f4e08186faea8685a118557f (patch)
treeb07bb2b461b10d5ccb90bb74c79d49f1f56cb552 /docs/manual/textlayout.rst
parent90186014a6e9c6406bee09dab078dfc60036a089 (diff)
downloadurwid-24ad241c49be98d2f4e08186faea8685a118557f.tar.gz
manual, tutorial: minor updates/fixes
Diffstat (limited to 'docs/manual/textlayout.rst')
-rw-r--r--docs/manual/textlayout.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/textlayout.rst b/docs/manual/textlayout.rst
index 5fa86af..075a3b7 100644
--- a/docs/manual/textlayout.rst
+++ b/docs/manual/textlayout.rst
@@ -113,9 +113,9 @@ corresponds to a row of text in the widget, starting from its top.
A line layout is a list zero or more of the following tuples, each expressing
text to be displayed from left to right:
-A. ``(column width, starting text offset, ending text offset)``
-B. ``(column width of space characters to insert, text offset or None)``
-C. ``(column width, text offset, "new text to insert")``
+A. (*column width*, *starting text offset*, *ending text offset*)
+B. (*column width of space characters to insert*, *text offset* or ``None``)
+C. (*column width*, *text offset*, *new text to insert*)``
Tuple A displays a segment of text from the :class:`Text` widget.
Column width is explicitly specified because some characters within the text