mirror of
https://github.com/python/cpython.git
synced 2025-11-16 17:13:19 +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
|
Return true when the interpreter runs out of stack space. This is a
|
||||||
reliable check, but is only available when \constant{USE_STACKCHECK}
|
reliable check, but is only available when \constant{USE_STACKCHECK}
|
||||||
is defined (currently on Windows using the Microsoft Visual \Cpp{}
|
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
|
defined automatically; you should never change the definition in
|
||||||
your own code.
|
your own code.
|
||||||
\end{cfuncdesc}
|
\end{cfuncdesc}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue