Skip to content

Commit fcc2ea0

Browse files
committed
Fix doc formatting and improve consistency
1 parent 7075280 commit fcc2ea0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/reST/ref/cursors.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)