Hi, >From a VERY quick pass: -In pygame.draw.aalines, the function is listed incorrectly as "pygame.draw.pygame.draw.aalines". -Maybe nicer formatting for pygame.key? -pygame.font.Font.metrics; typo on this line, should be "passed" -Typo: "Module" in pygame.math -pygame.surfarray.use_arraytype, probably should specify that the argument is a string
On Chrome 10.0.648.151: -In many places, where there's plenty of space, the last word in a line is wrapped around to a new line; e.g., "applications" in pygame.event.set_grab, "fonts" in pygame.fonts.SysFont, "library" in pygame.freetype.quit, "file." in pygame.freetype.Font, etc. -Displays HTML instead of a link in pygame.movie (confirmed on Firefox 3.6.15). -Weird blocks in the pygame, pygame.sprite module (confirmed on Firefox). Are these intentional? Thanks! Ian
