Skip to content

Commit

Permalink
Replace incorrect info in time module doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Starbuck5 committed Jan 28, 2025
1 parent b6d2987 commit 8347509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildconfig/stubs/pygame/time.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Pygame module for monitoring time.
Times in pygame are represented in milliseconds (1/1000 seconds). Most
platforms have a limited time resolution of around 10 milliseconds. This
resolution, in milliseconds, is given in the ``TIMER_RESOLUTION`` constant.
Provides utilies for monitoring time, delaying time, and maintaining a
constant frame rate.
Times in pygame-ce are represented in milliseconds (1/1000 of a second).
"""

from typing import Union, final
Expand Down

0 comments on commit 8347509

Please sign in to comment.