mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
GH-97950: Use new-style index directive ('object') (GH-104158)
* Uncomment object removal in pairindextypes
* Use new-style index directive ('object') - C API
* Use new-style index directive ('object') - Library
* Use new-style index directive ('object') - Reference
* Use new-style index directive ('object') - Tutorial
(cherry picked from commit 6ab463684b
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
693ef48df1
commit
c463796ba7
31 changed files with 143 additions and 143 deletions
|
@ -5,7 +5,7 @@
|
|||
Function Objects
|
||||
----------------
|
||||
|
||||
.. index:: object: function
|
||||
.. index:: pair: object; function
|
||||
|
||||
There are a few functions specific to Python functions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue