From 573696def48d39d0a2c32fcb7acd3c4756619673 Mon Sep 17 00:00:00 2001 From: Starbuck5 <46412508+Starbuck5@users.noreply.github.com> Date: Wed, 29 Jan 2025 00:08:48 -0800 Subject: [PATCH] Fix typo --- buildconfig/stubs/pygame/time.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildconfig/stubs/pygame/time.pyi b/buildconfig/stubs/pygame/time.pyi index bb8d80e8d3..1b2c9ebc88 100644 --- a/buildconfig/stubs/pygame/time.pyi +++ b/buildconfig/stubs/pygame/time.pyi @@ -1,6 +1,6 @@ """Pygame module for monitoring time. -Provides utilies for monitoring time, delaying time, and maintaining a +Provides utilities for monitoring time, delaying time, and maintaining a constant frame rate. Times in pygame-ce are represented in milliseconds (1/1000 of a second). """