thewhitetulip / build-app-with-python-antitextbook

Aims to teach Python3 by example
GNU General Public License v3.0
559 stars 69 forks source link

Change multi line comments to docstrings #5

Closed thewhitetulip closed 7 years ago

thewhitetulip commented 7 years ago

There is an error in the tutorial, triple quoted strings are told as multiple line comments without mentioning docstrings.

Elaborate more on comments and their importance