From: Thomas Heller Date: Wed, 17 Sep 2003 17:12:31 +0000 (+0000) Subject: Fix a typo found by Eric D. Moyer, closes SF 807813. X-Git-Tag: v2.3.1~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4a73ad58f772e6eec55d640a028dce46718244d;p=thirdparty%2FPython%2Fcpython.git Fix a typo found by Eric D. Moyer, closes SF 807813. Will backport to 2.3. --- diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index dd204beed07e..87fc9848083b 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"