]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update/correct comment
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 19 Dec 2002 15:24:11 +0000 (15:24 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 19 Dec 2002 15:24:11 +0000 (15:24 +0000)
Include/pyport.h

index c4692613d66a5cf8f53ffaf9bc868d5fb1f1c2c4..e9a0155836001b90051b41b8255eb34effe21e31 100644 (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);