Skip to content

Commit c924dd6

Browse files
committed
Punctuation
1 parent d11a74d commit c924dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ _PyJIT_Compile(_PyExecutorObject *executor, const _PyUOpInstruction trace[], siz
734734
return 0;
735735
}
736736

737-
/* One-off compilation of the jit entry shim
737+
/* One-off compilation of the jit entry shim.
738738
* We compile this once only as it effectively a normal
739739
* function, but we need to use the JIT because it needs
740740
* to understand the jit-specific calling convention.

0 commit comments

Comments
 (0)