From 9792717aa188b573bca2fa66dd4f61416ea2f997 Mon Sep 17 00:00:00 2001 From: David Dzhalaev <72649244+dzhalaevd@users.noreply.github.com> Date: Sun, 29 Mar 2026 18:49:12 +0300 Subject: [PATCH] fix typo --- Python/gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/gc.c b/Python/gc.c index 7bca40f6e3f58e..e94ca9b179befa 100644 --- a/Python/gc.c +++ b/Python/gc.c @@ -1,6 +1,6 @@ // This implements the reference cycle garbage collector. // The Python module interface to the collector is in gcmodule.c. -// See InternalDocs/garbage_collector.md for more infromation. +// See InternalDocs/garbage_collector.md for more information. #include "Python.h" #include "pycore_ceval.h" // _Py_set_eval_breaker_bit()