diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-01-17 10:21:23 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-01-17 10:21:23 (GMT) |
commit | bf5c6a97f80acd4eb785250de8053efad51732ee (patch) | |
tree | ef345debda3189641642b7cadc173931898ad688 /Doc/c-api/intro.rst | |
parent | 8055afd0197862a3358fb219f5bb60233288fe02 (diff) | |
download | cpython-bf5c6a97f80acd4eb785250de8053efad51732ee.zip cpython-bf5c6a97f80acd4eb785250de8053efad51732ee.tar.gz cpython-bf5c6a97f80acd4eb785250de8053efad51732ee.tar.bz2 |
Fix a few more references to long integers in the docs.
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 |