diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-11-01 18:09:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-01 18:09:46 (GMT) |
commit | 81dd2c0914dc422b46ce898f61ad1c7049f9dd08 (patch) | |
tree | 669ac27399e39d77968cb5ede7dccf58a6847d98 /Doc/tools | |
parent | 0312efcd2bb3d7964dbfe2b4cbd5f5b440aed049 (diff) | |
download | cpython-81dd2c0914dc422b46ce898f61ad1c7049f9dd08.zip cpython-81dd2c0914dc422b46ce898f61ad1c7049f9dd08.tar.gz cpython-81dd2c0914dc422b46ce898f61ad1c7049f9dd08.tar.bz2 |
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078) (GH-23080)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 7739e7a..c9777c6 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -5,7 +5,7 @@ c-api/sequence,,:i2,o[i1:i2] c-api/tuple,,:high,p[low:high] c-api/unicode,,:end,str[start:end] c-api/unicode,,:start,unicode[start:start+length] -distutils/examples,267,`,This is the description of the ``foobar`` package. +distutils/examples,,`,This is the description of the ``foobar`` package. distutils/setupscript,,::, extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))" extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);" |