mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a typo found by Eric D. Moyer, closes SF 807813.
Will backport to 2.3.
This commit is contained in:
parent
7a70ea4135
commit
a425dbc7ce
1 changed files with 1 additions and 1 deletions
2
Doc/dist/dist.tex
vendored
2
Doc/dist/dist.tex
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue