summaryrefslogtreecommitdiffstats
path: root/Doc/library/ttk.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-19 07:39:35 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-19 07:39:35 (GMT)
commit1e87da16eac24f6e0fb6908906ab6400ce583fa0 (patch)
treed992030c489c74b4f385314d3fba2d1dbb675cf6 /Doc/library/ttk.rst
parent7a15390f83c57283b44163c33bb4a80fd453526b (diff)
downloadcpython-1e87da16eac24f6e0fb6908906ab6400ce583fa0.zip
cpython-1e87da16eac24f6e0fb6908906ab6400ce583fa0.tar.gz
cpython-1e87da16eac24f6e0fb6908906ab6400ce583fa0.tar.bz2
Remove duplication.
Diffstat (limited to 'Doc/library/ttk.rst')
-rw-r--r--Doc/library/ttk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ttk.rst b/Doc/library/ttk.rst
index ebfdede..6e8ff89 100644
--- a/Doc/library/ttk.rst
+++ b/Doc/library/ttk.rst
@@ -1243,7 +1243,7 @@ option. If the class name of a widget is unknown, use the method
*layoutspec*, if specified, is expected to be a list or some other
sequence type (excluding strings), where each item should be a tuple and
the first item is the layout name and the second item should have the
- format described described in `Layouts`_.
+ format described in `Layouts`_.
To understand the format, see the following example (it is not
intended to do anything useful)::