From 18b85f240ad3396d966b6b432b7baf4294676eb4 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 9 Aug 2025 09:19:22 +1000 Subject: [PATCH] Fixed typo --- upgrade_pythoncapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade_pythoncapi.py b/upgrade_pythoncapi.py index 68b5c53..4348e70 100755 --- a/upgrade_pythoncapi.py +++ b/upgrade_pythoncapi.py @@ -507,7 +507,7 @@ def __init__(self, args=None): self.operations = None self.applied_operations = set() - # Set temporariliy by patch() + # Set temporarily by patch() self._has_pythoncapi_compat = None self._applied_operations = None