diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-12-14 15:02:54 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-12-14 15:02:54 (GMT) |
commit | 1ecbd679231dbf1eac714f0fe8298a60ef34d4f6 (patch) | |
tree | 5441f64c033eb16e867e7eb7ea16ba255a170100 /Doc/mac/libmacui.tex | |
parent | 360cd4186a8b87d06b21c4795d6aea73a3e97d96 (diff) | |
download | cpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.zip cpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.tar.gz cpython-1ecbd679231dbf1eac714f0fe8298a60ef34d4f6.tar.bz2 |
SF #859811, typo in docs
Diffstat (limited to 'Doc/mac/libmacui.tex')
-rw-r--r-- | Doc/mac/libmacui.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/mac/libmacui.tex b/Doc/mac/libmacui.tex index 51ac023..db649ab 100644 --- a/Doc/mac/libmacui.tex +++ b/Doc/mac/libmacui.tex @@ -135,9 +135,9 @@ selected or \constant{None} if the user cancelled. of the folder to show initially, \var{location} is the \code{(x, y)} position on the screen where the dialog is shown, -\var{actionButtonLabel} is a string to show in stead of ``Open'' in the +\var{actionButtonLabel} is a string to show instead of ``Open'' in the OK button, -\var{cancelButtonLabel} is a string to show in stead of ``Cancel'' in the +\var{cancelButtonLabel} is a string to show instead of ``Cancel'' in the cancel button, \var{wanted} is the type of value wanted as a return: \class{str}, \class{unicode}, \class{FSSpec}, \class{FSRef} and subtypes thereof are |