Skip to content

Commit 0a0333c

Browse files
committed
Fix some docstrings.
1 parent 39845eb commit 0a0333c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_macosx.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,11 +1903,11 @@ static void context_cleanup(const void* info)
19031903
{"choose_save_file",
19041904
(PyCFunction)choose_save_file,
19051905
METH_VARARGS,
1906-
"Closes the window."},
1906+
"Query the user for a location where to save a file."},
19071907
{"set_cursor",
19081908
(PyCFunction)set_cursor,
19091909
METH_VARARGS,
1910-
"Sets the active cursor."},
1910+
"Set the active cursor."},
19111911
{} /* Sentinel */
19121912
},
19131913
};

0 commit comments

Comments
 (0)