mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Update/correct comment
This commit is contained in:
parent
802926482c
commit
93344ab036
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue