diff options
author | Fred Drake <fdrake@acm.org> | 1997-08-22 13:45:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-08-22 13:45:13 (GMT) |
commit | 2999607e5933a43383e4fb589661be601a12e6b3 (patch) | |
tree | e9e9e3d90b9b1c45a093aa2791eb9e9dfa45b7d2 | |
parent | e3c0d5eb3452f8bfcc15bf1e2985dcc83fa01901 (diff) | |
download | cpython-2999607e5933a43383e4fb589661be601a12e6b3.zip cpython-2999607e5933a43383e4fb589661be601a12e6b3.tar.gz cpython-2999607e5933a43383e4fb589661be601a12e6b3.tar.bz2 |
Added missing "\end{funcdesc}" after FindFolder documentation.
-rw-r--r-- | Doc/libmacfs.tex | 1 | ||||
-rw-r--r-- | Doc/mac/libmacfs.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/libmacfs.tex b/Doc/libmacfs.tex index 0ce4ff1..4b2f8fe 100644 --- a/Doc/libmacfs.tex +++ b/Doc/libmacfs.tex @@ -85,6 +85,7 @@ the trash or the Preferences folder. \var{Where} is the disk to search, \var{which} is the 4-char string specifying which folder to locate. Setting \var{create} causes the folder to be created if it does not exist. Returns a \code{(vrefnum, dirid)} tuple. +\end{funcdesc} \begin{funcdesc}{NewAliasMinimalFromFullPath}{pathname} Return a minimal alias record object that points to the given file, which diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex index 0ce4ff1..4b2f8fe 100644 --- a/Doc/mac/libmacfs.tex +++ b/Doc/mac/libmacfs.tex @@ -85,6 +85,7 @@ the trash or the Preferences folder. \var{Where} is the disk to search, \var{which} is the 4-char string specifying which folder to locate. Setting \var{create} causes the folder to be created if it does not exist. Returns a \code{(vrefnum, dirid)} tuple. +\end{funcdesc} \begin{funcdesc}{NewAliasMinimalFromFullPath}{pathname} Return a minimal alias record object that points to the given file, which |