diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-07 20:04:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-07 20:04:27 (GMT) |
commit | df0e3fcb631735d753cb08412ed63c54e9fd5e0e (patch) | |
tree | f4ea6aee8d16e7ec074385415914d5378e009ca3 | |
parent | c708605f4f8a8f982ea7a99a517ae03c2fb6bb2d (diff) | |
download | cpython-df0e3fcb631735d753cb08412ed63c54e9fd5e0e.zip cpython-df0e3fcb631735d753cb08412ed63c54e9fd5e0e.tar.gz cpython-df0e3fcb631735d753cb08412ed63c54e9fd5e0e.tar.bz2 |
Markup nit.
-rw-r--r-- | Doc/libmacfs.tex | 3 | ||||
-rw-r--r-- | Doc/mac/libmacfs.tex | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Doc/libmacfs.tex b/Doc/libmacfs.tex index 24e08ab..e0830a1 100644 --- a/Doc/libmacfs.tex +++ b/Doc/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} 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} |