diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2024-01-03 19:29:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 19:29:24 (GMT) |
commit | f1f839243251fef7422c31d6a7c3c747e0b5e27c (patch) | |
tree | 75be6833229264f77e6a0353b0812d1395ef008a /Misc/NEWS.d/3.12.0a4.rst | |
parent | 178919cf2132a67bc03ae5994769d93cfb7e2cd3 (diff) | |
download | cpython-f1f839243251fef7422c31d6a7c3c747e0b5e27c.zip cpython-f1f839243251fef7422c31d6a7c3c747e0b5e27c.tar.gz cpython-f1f839243251fef7422c31d6a7c3c747e0b5e27c.tar.bz2 |
Document the `co_lines` method on code objects (#113682)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/3.12.0a4.rst')
-rw-r--r-- | Misc/NEWS.d/3.12.0a4.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.12.0a4.rst b/Misc/NEWS.d/3.12.0a4.rst index 75246f3..ce2814b 100644 --- a/Misc/NEWS.d/3.12.0a4.rst +++ b/Misc/NEWS.d/3.12.0a4.rst @@ -147,8 +147,8 @@ clinic. .. nonce: yRWQ1y .. section: Core and Builtins -Improve the output of ``co_lines`` by emitting only one entry for each line -range. +Improve the output of :meth:`codeobject.co_lines` by emitting only one entry +for each line range. .. |