File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def begin_offset(self, begin_offset):
71
71
@property
72
72
def begin_column (self ):
73
73
"""An integer value which corresponds to the
74
- line of the file where the comment begins
74
+ column of the file where the comment begins
75
75
@type: int """
76
76
return self ._begin_column
77
77
@@ -105,7 +105,7 @@ def end_offset(self, end_offset):
105
105
@property
106
106
def end_column (self ):
107
107
"""An integer value which corresponds to the
108
- coloumn of character in a line of the file
108
+ column of character in a line of the file
109
109
where the comment ends
110
110
@type: int """
111
111
return self ._end_column
@@ -116,7 +116,7 @@ def end_column(self, end_column):
116
116
117
117
@property
118
118
def text (self ):
119
- """An list of strings where each entry in the list
119
+ """A list of strings where each entry in the list
120
120
is one line of the comment. These comments will not
121
121
end in a newline
122
122
@type: list """
You can’t perform that action at this time.
0 commit comments