We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0777d commit 24e3a8aCopy full SHA for 24e3a8a
Doc/reference/datamodel.rst
@@ -1240,7 +1240,7 @@ Methods on code objects
1240
1241
The iterator returns :class:`tuple`\s containing the ``(start_line, end_line,
1242
start_column, end_column)``. The *i-th* tuple corresponds to the
1243
- 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.
1244
Column information is 0-indexed utf-8 byte offsets on the given source
1245
line.
1246
0 commit comments