mirror of
https://github.com/python/cpython.git
synced 2025-08-11 12:29:34 +00:00
[3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119870)
gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364)
(cherry picked from commit 015b1fdd0a
)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
This commit is contained in:
parent
738cf21609
commit
045be7729e
1 changed files with 1 additions and 1 deletions
|
@ -1231,7 +1231,7 @@ Methods on code objects
|
|||
|
||||
The iterator returns :class:`tuple`\s containing the ``(start_line, end_line,
|
||||
start_column, end_column)``. The *i-th* tuple corresponds to the
|
||||
position of the source code that compiled to the *i-th* instruction.
|
||||
position of the source code that compiled to the *i-th* code unit.
|
||||
Column information is 0-indexed utf-8 byte offsets on the given source
|
||||
line.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue