OpenTechSchool / python-beginners

Workshop material for "Introduction to Programming with Python"
http://opentechschool.github.io/python-beginners/
175 stars 253 forks source link

Fix typo, add note about closing help() window #52

Closed rschwarz closed 10 years ago

rschwarz commented 10 years ago

When I was tutoring at Berlin, lots of people were confused about the pager that opens when calling help() in the Python interpreter. For those not familiar with unix/linux, we should add a note, that q closes the pager.

Ivoz commented 10 years ago

Cheers!