diff options
Diffstat (limited to 'Doc/library/pyclbr.rst')
-rw-r--r-- | Doc/library/pyclbr.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pyclbr.rst b/Doc/library/pyclbr.rst index d4a76a6..13eaabf 100644 --- a/Doc/library/pyclbr.rst +++ b/Doc/library/pyclbr.rst @@ -45,7 +45,7 @@ Class Objects The :class:`Class` objects used as values in the dictionary returned by :func:`readmodule` and :func:`readmodule_ex` provide the following data -members: +attributes: .. attribute:: Class.module @@ -89,7 +89,7 @@ Function Objects ---------------- The :class:`Function` objects used as values in the dictionary returned by -:func:`readmodule_ex` provide the following data members: +:func:`readmodule_ex` provide the following attributes: .. attribute:: Function.module |