diff options
author | Raymond Hettinger <python@rcn.com> | 2003-02-14 01:49:09 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-02-14 01:49:09 (GMT) |
commit | e544f6f682f46fe8c1a170470831ce67136354a5 (patch) | |
tree | 61c50488565ff3b90cbac5f3fe9b9fbe47e9eb9e /Doc | |
parent | d8d2cf476e7bea8f9c37cfe79a9f06d8382f0f5e (diff) | |
download | cpython-e544f6f682f46fe8c1a170470831ce67136354a5.zip cpython-e544f6f682f46fe8c1a170470831ce67136354a5.tar.gz cpython-e544f6f682f46fe8c1a170470831ce67136354a5.tar.bz2 |
SF bug #663701. The caret wasn't printing well in the PDF documentation.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsets.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsets.tex b/Doc/lib/libsets.tex index 646e205..9c5998a 100644 --- a/Doc/lib/libsets.tex +++ b/Doc/lib/libsets.tex @@ -93,7 +93,7 @@ the following operations: {new set with elements in \var{s} but not in \var{t}} \lineii{\var{s}.difference(\var{t})} {new set with elements in \var{s} but not in \var{t}} - \lineii{\var{s} \textasciicircum\ \var{t}} + \lineii{\var{s} \^\ \var{t}} {new set with elements in either \var{s} or \var{t} but not both} \lineii{\var{s}.symmetric_difference(\var{t})} {new set with elements in either \var{s} or \var{t} but not both} |