diff options
Diffstat (limited to 'Doc/c-api/intro.rst')
-rw-r--r-- | Doc/c-api/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index d165f16..33e6060 100644 --- a/Doc/c-api/intro.rst +++ b/Doc/c-api/intro.rst @@ -607,7 +607,7 @@ extra checks are performed: * Sanity checks of the input arguments are added to frame creation. -* The storage for long ints is initialized with a known invalid pattern to catch +* The storage for ints is initialized with a known invalid pattern to catch reference to uninitialized digits. * Low-level tracing and extra exception checking are added to the runtime |