talkpython / mastering-pycharm-course

Course demos and handouts for Talk Python's Effective PyCharm course
https://training.talkpython.fm/courses/explore_pycharm/mastering-pycharm-ide
GNU General Public License v2.0
1.12k stars 716 forks source link

Instructions say 'Folder' when 'File' may be more accurate #8

Closed BrownLogic closed 6 years ago

BrownLogic commented 6 years ago

This line: "Create a folder next to views.py called fake_data.py. Copy this method into that file:" (emphasis added) would probably me more accurate if it said:

"Create a file next to views.py"

BrownLogic commented 6 years ago

Closed while trying to get pull request working from Pycharm. I'm sure it was PEBKAC

mikeckennedy commented 6 years ago

Yes, indeed. Thank you for the PR!