diff --git a/tree_sitter/__init__.py b/tree_sitter/__init__.py index a3fbe84..29701f9 100644 --- a/tree_sitter/__init__.py +++ b/tree_sitter/__init__.py @@ -23,7 +23,7 @@ Point.__doc__ = "A position in a multi-line text document, in terms of rows and columns." Point.row.__doc__ = "The zero-based row of the document." -Point.column.__doc__ = "The zero-based column of the document." +Point.column.__doc__ = "The zero-based column of the document. Measured in bytes" class QueryPredicate(_Protocol):