Skip to content

Commit f50cbbb

Browse files
committed
Fix typo.
1 parent 88d905d commit f50cbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ Operating System Thread APIs
27202720
If the current system uses POSIX threads (also known as "pthreads"),
27212721
this calls :manpage:`pthread_exit(3)`, which attempts to unwind the stack
27222722
and call C++ destructors on some libc implementations. However, if a
2723-
``noexcept`` function is reached, they may terminate the process.
2723+
``noexcept`` function is reached, it may terminate the process.
27242724
Other systems, such as macOS, do unwinding.
27252725
27262726
On Windows, this function calls ``_endthreadex``, which kills the thread

0 commit comments

Comments
 (0)