summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.10.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-01-05 19:36:31 (GMT)
committerGitHub <noreply@github.com>2024-01-05 19:36:31 (GMT)
commit05a2546e85a35ee72b7287c37204d3679bb853ab (patch)
tree4e746fcc19d379ea7b58716118490a0c8d4ec6f5 /Doc/whatsnew/3.10.rst
parent99d8dfd43003c33d0235ece2feb5b3dd94fdc8e1 (diff)
downloadcpython-05a2546e85a35ee72b7287c37204d3679bb853ab.zip
cpython-05a2546e85a35ee72b7287c37204d3679bb853ab.tar.gz
cpython-05a2546e85a35ee72b7287c37204d3679bb853ab.tar.bz2
[3.12] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#113748)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/whatsnew/3.10.rst')
-rw-r--r--Doc/whatsnew/3.10.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index f4b891e..83f2da6 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -1316,8 +1316,8 @@ pyclbr
------
Add an ``end_lineno`` attribute to the ``Function`` and ``Class``
-objects in the tree returned by :func:`pyclbr.readline` and
-:func:`pyclbr.readline_ex`. It matches the existing (start) ``lineno``.
+objects in the tree returned by :func:`pyclbr.readmodule` and
+:func:`pyclbr.readmodule_ex`. It matches the existing (start) ``lineno``.
(Contributed by Aviral Srivastava in :issue:`38307`.)
shelve