summaryrefslogtreecommitdiffstats
path: root/Doc/library/pyclbr.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/pyclbr.rst')
-rw-r--r--Doc/library/pyclbr.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/pyclbr.rst b/Doc/library/pyclbr.rst
index a5d8494..36b46f4 100644
--- a/Doc/library/pyclbr.rst
+++ b/Doc/library/pyclbr.rst
@@ -78,7 +78,7 @@ members:
.. attribute:: Class.lineno
The line number of the ``class`` statement within the file named by
- :attr:`file`.
+ :attr:`~Class.file`.
.. _pyclbr-function-objects:
@@ -109,5 +109,5 @@ The :class:`Function` objects used as values in the dictionary returned by
.. attribute:: Function.lineno
The line number of the ``def`` statement within the file named by
- :attr:`file`.
+ :attr:`~Function.file`.