diff options
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmacfs.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex index 24e08ab..e0830a1 100644 --- a/Doc/mac/libmacfs.tex +++ b/Doc/mac/libmacfs.tex @@ -194,7 +194,8 @@ Note that it is currently not possible to directly manipulate a resource as an \pytype{Alias} object. Hence, after calling \method{Update()} or after \method{Resolve()} indicates that the alias has changed the Python program is responsible for getting the -\var{data} from the \pytype{Alias} object and modifying the resource. +\member{data} value from the \pytype{Alias} object and modifying the +resource. \subsection{FInfo Objects} |