Skip to content

Commit 386dd42

Browse files
committed
apparently :c:data:errno doesn't exist
1 parent 10630e8 commit 386dd42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/perfmaps.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Note that holding the Global Interpreter Lock (GIL) is not required for these AP
2727
and it will initialize the state on first call.
2828

2929
Returns ``0`` on success, ``-1`` on failure to create/open the perf map file,
30-
or ``-2`` on failure to create a lock. Check :c:data:`errno` for more
31-
information about the cause of a failure.
30+
or ``-2`` on failure to create a lock. Check ``errno`` for more information
31+
about the cause of a failure.
3232

3333
.. c:function:: int PyUnstable_WritePerfMapEntry(const void *code_addr, unsigned int code_size, const char *entry_name)
3434

0 commit comments

Comments
 (0)