We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078b8c8 commit 015b1fdCopy full SHA for 015b1fd
Doc/reference/datamodel.rst
@@ -1243,7 +1243,7 @@ Methods on code objects
1243
1244
The iterator returns :class:`tuple`\s containing the ``(start_line, end_line,
1245
start_column, end_column)``. The *i-th* tuple corresponds to the
1246
- 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.
1247
Column information is 0-indexed utf-8 byte offsets on the given source
1248
line.
1249
0 commit comments