summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-12-19 15:24:11 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-12-19 15:24:11 (GMT)
commit93344ab0365c4b55ef895c9fd3873dd06690ca00 (patch)
treee31124c1b276c4476fdeb20218e8b202e76da3e1 /Include
parent802926482ca55342316c315ed3d20e9a2f7087b7 (diff)
downloadcpython-93344ab0365c4b55ef895c9fd3873dd06690ca00.zip
cpython-93344ab0365c4b55ef895c9fd3873dd06690ca00.tar.gz
cpython-93344ab0365c4b55ef895c9fd3873dd06690ca00.tar.bz2
Update/correct comment
Diffstat (limited to 'Include')
-rw-r--r--Include/pyport.h2
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);