diff options
author | Thomas Heller <theller@ctypes.org> | 2003-09-17 17:11:01 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2003-09-17 17:11:01 (GMT) |
commit | a425dbc7ce89b290b94a2e622cf1b3e269d5aba1 (patch) | |
tree | f164abb55aaf556d2ab0d4ffa3cc538b1f056eba /Doc/dist | |
parent | 7a70ea41358e6a033807774a096c4fc99b2a5876 (diff) | |
download | cpython-a425dbc7ce89b290b94a2e622cf1b3e269d5aba1.zip cpython-a425dbc7ce89b290b94a2e622cf1b3e269d5aba1.tar.gz cpython-a425dbc7ce89b290b94a2e622cf1b3e269d5aba1.tar.bz2 |
Fix a typo found by Eric D. Moyer, closes SF 807813.
Will backport to 2.3.
Diffstat (limited to 'Doc/dist')
-rw-r--r-- | Doc/dist/dist.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index dd204be..87fc984 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1477,7 +1477,7 @@ get_special_folder_path(csidl_string) This function can be used to retrieve special folder locations on Windows like the Start Menu or the Desktop. It returns the full path -to the folder. 'csidl_string' must be on of the following strings: +to the folder. 'csidl_string' must be one of the following strings: \begin{verbatim} "CSIDL_APPDATA" |