]> granicus.if.org Git - python/commitdiff
Merged revisions 73083 via svnmerge from
authorGuilherme Polo <ggpolo@gmail.com>
Sun, 31 May 2009 21:35:23 +0000 (21:35 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sun, 31 May 2009 21:35:23 +0000 (21:35 +0000)
svn+ssh://pythondev/python/trunk

........
  r73083 | guilherme.polo | 2009-05-31 18:31:21 -0300 (Sun, 31 May 2009) | 1 line

  Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure).
........

Lib/tkinter/__init__.py

index b84bdf0559a8f9ffdc5113df3f8799b9e89ebcf4..03ac924076aa1de0c65fa00bd07dc6db357b983c 100644 (file)
@@ -3534,8 +3534,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))