Skip to content

Commit 85fea13

Browse files
committed
Fix typo.
1 parent f01a9f8 commit 85fea13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/init.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,8 +2716,8 @@ Operating System Thread APIs
27162716
.. warning::
27172717
27182718
If the current system uses POSIX threads (also known as "pthreads"),
2719-
this calls :manpage:`pthread_exit(3)`, attempts to unwind the stack and
2720-
call C++ destructors on some libc implementations. However, if a
2719+
this calls :manpage:`pthread_exit(3)`, which attempts to unwind the stack
2720+
and call C++ destructors on some libc implementations. However, if a
27212721
``noexcept`` function is reached, they may terminate the process.
27222722
Other systems, such as macOS, do unwinding.
27232723

0 commit comments

Comments
 (0)