Update/correct comment

This commit is contained in:
Neal Norwitz 2002-12-19 15:24:11 +00:00
parent 802926482c
commit 93344ab036
1 changed files with 1 additions and 1 deletions

View File

@ -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);