Skip to content

Commit b151101

Browse files
committed
Fix typo on "global" statement
1 parent 96992c7 commit b151101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/clinic/clinic.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2346,8 +2346,8 @@ def __init__(
23462346
assert name in self.destination_buffers
23472347
preset[name] = buffer
23482348

2349-
global clinic
2350-
global_clinic = self # noqa: F841
2349+
global global_clinic
2350+
global_clinic = self
23512351

23522352
def add_include(self, name: str, reason: str,
23532353
*, condition: str | None = None) -> None:

0 commit comments

Comments
 (0)