Skip to content

Commit

Permalink
[3.11] gh-100117: Fix inaccuracy in documentation of the CodeObject's…
Browse files Browse the repository at this point in the history
… co_positions field. (GH-119364) (#119871)

(cherry picked from commit 015b1fd)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
  • Loading branch information
miss-islington and iritkatriel authored Sep 4, 2024
1 parent 697beec commit 851821d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,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.

Expand Down

0 comments on commit 851821d

Please sign in to comment.