Update introduction.md

not all set operations are comparison operations

text says " Methods generally take any iterable as an argument, while operators require that both things being compared are sets or frozensets ."

propose " Methods generally take any iterable as an argument, while operators require that both sides of the operation are sets or frozensets ."

Fixed and merged in PR 3651. Please read the explanation as to why I made a combined PR, and please take note for future PRs. Thanks!