From abfe2752f177701ab42e3b7826d07f1e3fd3d3b0 Mon Sep 17 00:00:00 2001 From: Dwachs Date: Tue, 21 Feb 2023 09:07:12 +0100 Subject: [PATCH] FIX link in documentation of class attributes --- doc/source/reference/language/classes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/reference/language/classes.rst b/doc/source/reference/language/classes.rst index 81ee4c4..b9256c3 100644 --- a/doc/source/reference/language/classes.rst +++ b/doc/source/reference/language/classes.rst @@ -170,7 +170,7 @@ instead of curly brackets ``{}`` for the attribute declaration to increase reada This means that all rules that apply to tables apply to attributes. -Attributes can be retrieved through the built-in function ``classobj.getattributes(membername)`` (see built-in functions). +Attributes can be retrieved through the built-in function ``classobj.getattributes(membername)`` (see :ref:`built-in functions `). and can be modified/added through the built-in function ``classobj.setattributes(membername,val)``. the following code iterates through the attributes of all Foo members.::