Skip to content

Commit 59f3c15

Browse files
authored
trim extra whitespaces
1 parent 0383b80 commit 59f3c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/perfmaps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kernel/git/torvalds/linux.git/tree/tools/perf/Documentation/jit-interface.txt>`_
1616
In Python, these helper APIs can be used by libraries and features that rely
1717
on generating machine code on the fly.
1818

19-
Note that holding the Global Interpreter Lock (GIL) is not required for these APIs.
19+
Note that holding the Global Interpreter Lock (GIL) is not required for these APIs.
2020

2121
.. c:function:: int PyUnstable_PerfMapState_Init(void)
2222
@@ -25,7 +25,7 @@ Note that holding the Global Interpreter Lock (GIL) is not required for these AP
2525
done through :c:func:`PyUnstable_WritePerfMapEntry`). Normally, there's no need
2626
to call this explicitly, and it is safe to directly use :c:func:`PyUnstable_WritePerfMapEntry`
2727
in your code. If the state isn't already initialized, it will be created on
28-
the first call.
28+
the first call.
2929
3030
.. c:function:: int PyUnstable_WritePerfMapEntry(const void *code_addr, unsigned int code_size, const char *entry_name)
3131

0 commit comments

Comments
 (0)