Skip to content

Commit 3889bdb

Browse files
committed
fix lint
1 parent a855a6d commit 3889bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/internal/pycore_remote_debug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
IMPORTANT: This header file is full of static functions that are not exported.
2+
IMPORTANT: This header file is full of static functions that are not exported.
33
4-
The reason is that we don't want to export these functions to the Python API
4+
The reason is that we don't want to export these functions to the Python API
55
and they can be used both for the interpreter and some shared libraries. The
66
reason we don't want to export them is to avoid having them participating in
77
return-oriented programming attacks.

0 commit comments

Comments
 (0)