Revert commit r63088.
This commit is contained in:
parent
cf3520c2bf
commit
25c7f0ff94
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue