File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ The following strings can be converted into cursor bitmaps with
214214 correct size for the given width and height. Otherwise an exception is raised.
215215
216216 .. method :: copy
217+
217218 | :sl:`copy the current cursor`
218219 | :sg:`copy() -> Cursor`
219220
@@ -223,7 +224,7 @@ The following strings can be converted into cursor bitmaps with
223224
224225 .. attribute :: type
225226
226- | :sl:`Gets the cursor type`
227+ | :sl:`get the cursor type`
227228 | :sg:`type -> string`
228229
229230 The type will be ``"system" ``, ``"bitmap" ``, or ``"color" ``.
@@ -232,7 +233,7 @@ The following strings can be converted into cursor bitmaps with
232233
233234 .. attribute :: data
234235
235- | :sl:`Gets the cursor data`
236+ | :sl:`get the cursor data`
236237 | :sg:`data -> tuple`
237238
238239 Returns the data that was used to create this cursor object, wrapped up in a tuple.
You can’t perform that action at this time.
0 commit comments