Skip to content

Commit e8199e4

Browse files
committed
timebase -> base
1 parent f614171 commit e8199e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pytime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ py_get_system_clock(PyTime_t *tp, _Py_clock_info_t *info, int raise_exc)
917917
// QueryPerformanceCounter() internally.
918918
info->implementation = "GetSystemTimePreciseAsFileTime()";
919919
info->monotonic = 0;
920-
info->resolution = _PyTimeFraction_Resolution(&_PyRuntime.time.timebase);
920+
info->resolution = _PyTimeFraction_Resolution(&_PyRuntime.time.base);
921921
info->adjustable = 1;
922922
}
923923

0 commit comments

Comments
 (0)