ShanEllis / pythonbook

A free online introduction to python. Originally generated for students in COGS18 at UCSD.
https://shanellis.github.io/pythonbook/
MIT License
1 stars 2 forks source link

Issue on page /content/01-intro/jupyter_notebooks.html - typo for "variable" #2

Closed iangross0 closed 3 months ago

iangross0 commented 7 months ago

typo bolded below https://shanellis.github.io/pythonbook/content/01-intro/jupyter_notebooks.html#running-code last paragraph in this section

"Before we move on, one more piece of information about Jupyter notebooks in particular. If the last line of code in a code cell is a variable name, the Jupyter notebook, will print the contents of that varaible to your screen, without you having to put print() around it. We’ll use this a bunch throughout the book, so it’s worth noting now, even though we haven’t exactly covered what variables are…yet!"

corrected below to

"Before we move on, one more piece of information about Jupyter notebooks in particular. If the last line of code in a code cell is a variable name, the Jupyter notebook, will print the contents of that variable to your screen, without you having to put print() around it. We’ll use this a bunch throughout the book, so it’s worth noting now, even though we haven’t exactly covered what variables are…yet!"

ShanEllis commented 3 months ago

Thank you! I've fixed this in the next version (to be released soon), so closing now. Appreciate it @iangross0!