mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-11 12:01:08 -05:00
* Added a constructor description with an example * Changed text layout in Python constructor article I learned how to make the text look nicer, so I changed the looks a bit :) * Added clarification in python constructor guide I added a short explanation about function overloading in python, why we only use one __init__ in a class. * Grammatical, formatting and typo fixes