From 93344ab0365c4b55ef895c9fd3873dd06690ca00 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 19 Dec 2002 15:24:11 +0000 Subject: Update/correct comment --- Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12