Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errata: Chapter 2 #3

Closed
khosrogh opened this issue Dec 4, 2021 · 3 comments
Closed

errata: Chapter 2 #3

khosrogh opened this issue Dec 4, 2021 · 3 comments

Comments

@khosrogh
Copy link

khosrogh commented Dec 4, 2021

I am reading chapter two. On page 43, the output of the code below should be different:

[1]: yellow = {'dandelions', 'fire hydrant', 'leaves'}
[2]: red = {'fire hydrant', 'blood', 'rose', 'leaves'}
[3]:  yellow&red

In the book, it is written {'fire hydrant'}, but it should be {'leaves', 'fire hydrant'}.

@rajat-packt
Copy link
Contributor

Thanks @khosrogh for letting us know of this!
We have updated the README to reflect this erratum, so that it may help other readers.

@khosrogh
Copy link
Author

khosrogh commented Dec 8, 2021

Thanks for the reflection @rajat-packt .
I've also found another issue in chapter 2, should I mention it here or open a separate issue for every issue I find? For example in chapter 3, I've found 3 typos, should I address them in a single issue?
Thanks for the reply.

@rajat-packt
Copy link
Contributor

@khosrogh It would be great if you can list all the issues together, if possible. That way we can get them rectified all at once.
Feel free to open a new issue and list everything there or you can open more issues later, and we'll do our best to get them solved asap!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants