Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d3d731

Browse files
authored
Create a primer section for the descriptor howto guide (GH-22906)
1 parent 7c4065d commit 8d3d731

File tree

3 files changed

+499
-59
lines changed

3 files changed

+499
-59
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ Glossary
301301
including functions, methods, properties, class methods, static methods,
302302
and reference to super classes.
303303

304-
For more information about descriptors' methods, see :ref:`descriptors`.
304+
For more information about descriptors' methods, see :ref:`descriptors`
305+
or the :ref:`Descriptor How To Guide <descriptorhowto>`.
305306

306307
dictionary
307308
An associative array, where arbitrary keys are mapped to values. The

0 commit comments

Comments
 (0)