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

[pygame] BUG: Surface.convert documentation



 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.