diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-12-19 15:24:11 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-12-19 15:24:11 (GMT) |
commit | 93344ab0365c4b55ef895c9fd3873dd06690ca00 (patch) | |
tree | e31124c1b276c4476fdeb20218e8b202e76da3e1 /Include | |
parent | 802926482ca55342316c315ed3d20e9a2f7087b7 (diff) | |
download | cpython-93344ab0365c4b55ef895c9fd3873dd06690ca00.zip cpython-93344ab0365c4b55ef895c9fd3873dd06690ca00.tar.gz cpython-93344ab0365c4b55ef895c9fd3873dd06690ca00.tar.bz2 |
Update/correct comment
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pyport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index c469261..e9a0155 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -311,7 +311,7 @@ extern "C" { } while(0) /* Py_DEPRECATED(version) - * Declare a macro or function deprecated. + * Declare a variable, type, or function deprecated. * Usage: * extern int old_var Py_DEPRECATED(2.3); * typedef int T1 Py_DEPRECATED(2.4); |