]> granicus.if.org Git - python/commitdiff
Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible...
authorGuilherme Polo <ggpolo@gmail.com>
Sun, 31 May 2009 21:31:21 +0000 (21:31 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sun, 31 May 2009 21:31:21 +0000 (21:31 +0000)
Lib/lib-tk/Tkinter.py

index 3cce276e0aaa044ee345b41689778f640deadb33..4f80ede82d3964f2d0be1ffe17d3cedd9bddd9b8 100644 (file)
@@ -3550,8 +3550,8 @@ class PanedWindow(Widget):
 
         The child argument is the name of the child widget
         followed by pairs of arguments that specify how to
-        manage the windows. Options may have any of the values
-        accepted by the configure subcommand.
+        manage the windows. The possible options and values
+        are the ones accepted by the paneconfigure method.
         """
         self.tk.call((self._w, 'add', child) + self._options(kw))