diff options
author | Georg Brandl <georg@python.org> | 2007-04-10 21:39:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-10 21:39:38 (GMT) |
commit | 781aef2d6beda314108ac3ad05098e2cbf9e2eab (patch) | |
tree | d99c095e2ab9502f600bb4151b6f5222b799d40b /Doc/mac | |
parent | 59c5884b4c37b6288911ff2aed218cfbb41f06ab (diff) | |
download | cpython-781aef2d6beda314108ac3ad05098e2cbf9e2eab.zip cpython-781aef2d6beda314108ac3ad05098e2cbf9e2eab.tar.gz cpython-781aef2d6beda314108ac3ad05098e2cbf9e2eab.tar.bz2 |
Repair a duplicate label and some obsolete uses of \setindexsubitem.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libframework.tex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex index 1f47ed9..edc76c1 100644 --- a/Doc/mac/libframework.tex +++ b/Doc/mac/libframework.tex @@ -189,8 +189,6 @@ null-event is passed (so you can look at mouse position, etc). Window objects have the following methods, among others: -\setindexsubitem{(Window method)} - \begin{methoddesc}[Window]{open}{} Override this method to open a window. Store the MacOS window-id in \member{self.wid} and call the \method{do_postopen()} method to |