summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.ttk.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-13 19:04:40 (GMT)
committerGeorg Brandl <georg@python.org>2009-03-13 19:04:40 (GMT)
commitae2dbe2543859f9ad0ff0a2e84b33421c8fd5406 (patch)
treec903b7d3d7b48ad04fc1107aa3225fdd212cb5df /Doc/library/tkinter.ttk.rst
parentf87e04d3398091662c399ee5ba0a3e71dbae9a24 (diff)
downloadcpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.zip
cpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.tar.gz
cpython-ae2dbe2543859f9ad0ff0a2e84b33421c8fd5406.tar.bz2
#5486: typos.
Diffstat (limited to 'Doc/library/tkinter.ttk.rst')
-rw-r--r--Doc/library/tkinter.ttk.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst
index 8875c77..de4988a 100644
--- a/Doc/library/tkinter.ttk.rst
+++ b/Doc/library/tkinter.ttk.rst
@@ -139,7 +139,7 @@ scrollbar.
+----------------+---------------------------------------------------------+
| option | description |
+================+=========================================================+
- | xscrollcommand | Used to comunicate with horizontal scrollbars. |
+ | xscrollcommand | Used to communicate with horizontal scrollbars. |
| | |
| | When the view in the widget's window change, the widget |
| | will generate a Tcl command based on the scrollcommand. |
@@ -149,7 +149,7 @@ scrollbar.
| | the scrollbar to be updated whenever the view in the |
| | window changes. |
+----------------+---------------------------------------------------------+
- | yscrollcommand | Used to comunicate with vertical scrollbars. |
+ | yscrollcommand | Used to communicate with vertical scrollbars. |
| | For some more information, see above. |
+----------------+---------------------------------------------------------+