[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] BUG: Surface.convert documentation



Thanks!  This has been fixed in svn.
Committed revision 828.


On 7/8/06, Alex Holkner <aholkner@xxxxxxxxxxxxxx> wrote:
  Surface.convert(depth, masks): return Surface

is not a valid signature; however

  Surface.convert(masks, flags=0): return Surface

is, but is not specified.

Alex.