diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-11 23:17:37 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-11 23:17:37 (GMT) |
commit | 25c7f0ff9438954d49a0acec4cd41fcca7b74fe0 (patch) | |
tree | 3ab025ba1b310818073fbe7a74169c2da7d18c86 /Doc | |
parent | cf3520c2bf7a50fdd2e0251f435c9ebce180cfd2 (diff) | |
download | cpython-25c7f0ff9438954d49a0acec4cd41fcca7b74fe0.zip cpython-25c7f0ff9438954d49a0acec4cd41fcca7b74fe0.tar.gz cpython-25c7f0ff9438954d49a0acec4cd41fcca7b74fe0.tar.bz2 |
Revert commit r63088.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/undoc.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index a57c9bd..62157d4 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -99,14 +99,15 @@ MacPython, as a MacPython applet or under OSX Python. A low-level interface to Navigation Services. -:mod:`pixmapwrapper` --- Wrapper for PixMap objects +:mod:`PixMapWrapper` --- Wrapper for PixMap objects --------------------------------------------------- -.. module:: pixmapwrapper +.. module:: PixMapWrapper :platform: Mac :synopsis: Wrapper for PixMap objects. -:mod:`pixmapwrapper` wraps a PixMap object with a Python object that allows + +:mod:`PixMapWrapper` wraps a PixMap object with a Python object that allows access to the fields by name. It also has methods to convert to and from :mod:`PIL` images. |