Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 710 Bytes

File metadata and controls

10 lines (8 loc) · 710 Bytes

Errata, Corrections and Improvements


If you find any mistakes in this title Functional-Python-Programming-3rd-Edition 3rd Edition, or if you have suggestions for improvements, then please raise an issue in this repository, or email to us.

Chapter01, Page 13 (Tip Box) - Sentence correction

  • Incorrect sentence is:
    • Both techniques of yielding the values of a recurssive generator function are will have similar results.
  • Correct code is:
    • Both techniques of yielding the values of a recurssive generator function will have similar results.