lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
527 stars 191 forks source link

fweb docs wrong for clock.schedule_interval #302

Open profK opened 1 year ago

profK commented 1 year ago

Example on the web docs uses fractional seconds but the actual call parameter is in milliseconds