rsokl / Learning_Python

Source material for Python Like You Mean it
https://www.pythonlikeyoumeanit.com/
Other
165 stars 54 forks source link

Typo in C++ code block #115

Closed rsokl closed 4 years ago

rsokl commented 4 years ago

The C++ code in the “Why Python?” section has a small typo. The iterator should be a.end() not e.end().