webartifex / intro-to-python

An intro to Python & programming for wanna-be data scientists
https://code.webartifex.biz/alexander/intro-to-python
MIT License
912 stars 88 forks source link

Typos in Chapter 2 Content #14

Open yyouss1 opened 4 years ago

yyouss1 commented 4 years ago

We created a function object, dit not call it, and Python immediately forgot about it. So what's the point?

Presumably this should be "did not call it..."

sum and len are no keywords Image like for or if but variables that reference objects in memory.

Presumably this should read "sum and len are not keywords..."

Working slowly through the material and really enjoying it - thank you again for making this available!

webartifex commented 4 years ago

Thank you for your effort.

Are you working with release 0.7.1? Just to make sure because I always correct typos as well.

yyouss1 commented 4 years ago

I downloaded the repository on Friday. I also checked the chapter on github before I filed an issue. Sorry not super familiar with github, I think I'm looking at the lastest version.

On Mon, Apr 20, 2020, 1:13 AM Alexander Hess notifications@github.com wrote:

Thank you for your effort.

Are you working with release 0.7.1? Just to make sure because I always correct typos as well.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/webartifex/intro-to-python/issues/14#issuecomment-616333268, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO7SI2L5DESQWGK76MHQJV3RNPRXBANCNFSM4MMD3L2A .

webartifex commented 4 years ago

Perfect. Just keep posting the typos here then.

To learn about git and GitHub, check this here: https://git-scm.com/