SF bug #663701. The caret wasn't printing well in the PDF documentation.
This commit is contained in:
parent
d8d2cf476e
commit
e544f6f682
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue