Commit e544f6f6 authored by Raymond Hettinger's avatar Raymond Hettinger

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

parent d8d2cf47
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment