File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,9 @@ def begin_line(self, begin_line):
61
61
62
62
@property
63
63
def begin_offset (self ):
64
- """An integer value which corresponds to the
65
- line of the file where the comment begins
64
+ """An integer value representing the
65
+ number of bytes from the beginning of the
66
+ file to the start of the comment
66
67
@type: int """
67
68
return self ._begin_offset
68
69
@@ -94,8 +95,9 @@ def end_line(self, end_line):
94
95
95
96
@property
96
97
def end_offset (self ):
97
- """An integer value which corresponds to the
98
- line of the file where the comment ends
98
+ """An integer value representing the
99
+ number of bytes from the beginning of the
100
+ file to the end of the comment
99
101
@type: int """
100
102
return self ._end_offset
101
103
You can’t perform that action at this time.
0 commit comments