SF bug #663701. The caret wasn't printing well in the PDF documentation.

This commit is contained in:
Raymond Hettinger 2003-02-14 01:49:09 +00:00
parent d8d2cf476e
commit e544f6f682
1 changed files with 1 additions and 1 deletions

View File

@ -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}