summaryrefslogtreecommitdiff
path: root/Doc/library/undoc.rst
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 23:17:37 +0000
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-11 23:17:37 +0000
commitb4043326d9a2577ea65adde5812d5a2d8a69659f (patch)
tree460023b13d9bd2fbdd0c1d47d8be39ef50966f99 /Doc/library/undoc.rst
parentb885821652d4d97549bfbca9325ca2bdc72f6681 (diff)
downloadcpython-b4043326d9a2577ea65adde5812d5a2d8a69659f.tar.gz
Revert commit r63088.
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r--Doc/library/undoc.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index a57c9bd0f0..62157d44f5 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.