Skip to content

Commit 8d270f2

Browse files
committed
fix Windows compilation
1 parent c18f15f commit 8d270f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/timemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ pysleep(PyTime_t timeout)
24002400
}
24012401

24022402

2403-
#ifndef MS_WINDWOS
2403+
#ifndef MS_WINDOWS
24042404
// time.sleep(0) optimized implementation.
24052405
// On error, raise an exception and return -1.
24062406
// On success, return 0.

0 commit comments

Comments
 (0)