mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
fix typo
This commit is contained in:
parent
77c85e63b4
commit
ff52837445
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ values from C values.
|
|||
Return true when the interpreter runs out of stack space. This is a
|
||||
reliable check, but is only available when \constant{USE_STACKCHECK}
|
||||
is defined (currently on Windows using the Microsoft Visual \Cpp{}
|
||||
compiler). \constant{USE_CHECKSTACK} will be
|
||||
compiler). \constant{USE_STACKCHECK} will be
|
||||
defined automatically; you should never change the definition in
|
||||
your own code.
|
||||
\end{cfuncdesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue