Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25c7f0f

Browse files
committed
Revert commit r63088.
1 parent cf3520c commit 25c7f0f

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Doc/library/undoc.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,15 @@ MacPython, as a MacPython applet or under OSX Python.
9999
A low-level interface to Navigation Services.
100100

101101

102-
:mod:`pixmapwrapper` --- Wrapper for PixMap objects
102+
:mod:`PixMapWrapper` --- Wrapper for PixMap objects
103103
---------------------------------------------------
104104

105-
.. module:: pixmapwrapper
105+
.. module:: PixMapWrapper
106106
:platform: Mac
107107
:synopsis: Wrapper for PixMap objects.
108108

109-
:mod:`pixmapwrapper` wraps a PixMap object with a Python object that allows
109+
110+
:mod:`PixMapWrapper` wraps a PixMap object with a Python object that allows
110111
access to the fields by name. It also has methods to convert to and from
111112
:mod:`PIL` images.
112113

Misc/NEWS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Library
2323

2424
- The sre module has been removed.
2525

26-
- The PixMapWrapper module has been renamed to pixmapwrapper.
27-
2826
- The Queue module has been renamed to queue.
2927

3028
- The copy_reg module has been renamed to copyreg.

0 commit comments

Comments
 (0)