Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39845eb commit 0a0333cCopy full SHA for 0a0333c
1 file changed
src/_macosx.m
@@ -1903,11 +1903,11 @@ static void context_cleanup(const void* info)
1903
{"choose_save_file",
1904
(PyCFunction)choose_save_file,
1905
METH_VARARGS,
1906
- "Closes the window."},
+ "Query the user for a location where to save a file."},
1907
{"set_cursor",
1908
(PyCFunction)set_cursor,
1909
1910
- "Sets the active cursor."},
+ "Set the active cursor."},
1911
{} /* Sentinel */
1912
},
1913
};
0 commit comments