Add tabularcolumns directive for tables with bullet lists in them.
diff --git a/Doc/library/ttk.rst b/Doc/library/ttk.rst
index 1795771..ebfdede 100644
--- a/Doc/library/ttk.rst
+++ b/Doc/library/ttk.rst
@@ -160,6 +160,9 @@
 The following options are supported by labels, buttons and other button-like
 widgets.
 
+.. tabularcolumns:: |p{0.2\textwidth}|p{0.7\textwidth}|
+..
+
    +--------------+-----------------------------------------------------------+
    | option       | description                                               |
    +==============+===========================================================+
@@ -701,6 +704,9 @@
 
 This widget accepts the following specific options:
 
+.. tabularcolumns:: |p{0.2\textwidth}|p{0.7\textwidth}|
+..
+
    +----------------+--------------------------------------------------------+
    | option         | description                                            |
    +================+========================================================+