mattharrison / Tiny-Python-3.6-Notebook

This repository contains the text for the Tiny Python 3.6 Notebook.
1.35k stars 220 forks source link

correct an error #9

Closed lawtech0902 closed 6 years ago

lawtech0902 commented 7 years ago

In set methods, the result of "s.issuperset(s2)" should be "All elements of s2 in s". Anyway, this is a great book!