diff options
author | Georg Brandl <georg@python.org> | 2007-04-11 23:28:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-11 23:28:44 (GMT) |
commit | 51761806105a4cc2f58325f46a6d33c8144ad617 (patch) | |
tree | 313d3caf4de8f275d6d59768e9c3c8eb98a91bc9 /Doc/lib/libposixpath.tex | |
parent | 135c3174e7edbb2e01fabacfd5e015e49b640efd (diff) | |
download | cpython-51761806105a4cc2f58325f46a6d33c8144ad617.zip cpython-51761806105a4cc2f58325f46a6d33c8144ad617.tar.gz cpython-51761806105a4cc2f58325f46a6d33c8144ad617.tar.bz2 |
Repair missing spaces after \UNIX.
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r-- | Doc/lib/libposixpath.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 851e459..7684fa0 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -58,7 +58,7 @@ Equivalent to \function{exists()} on platforms lacking \end{funcdesc} \begin{funcdesc}{expanduser}{path} -On \UNIX and Windows, return the argument with an initial component of +On \UNIX{} and Windows, return the argument with an initial component of \samp{\~} or \samp{\~\var{user}} replaced by that \var{user}'s home directory. On \UNIX, an initial \samp{\~} is replaced by the environment variable |