python-mastery icon indicating copy to clipboard operation
python-mastery copied to clipboard

typo 'allrices' in PythonMastery.pdf

Open cdump opened this issue 1 year ago • 3 comments

On page 98 (2-27):

>>> allrices['HPE']
34.23
>>> allprices['F']
51.1
>>>

Should be >>> allprices['HPE']

cdump avatar Jul 19 '23 14:07 cdump

Thanks for the catch. Regenerating the PDF is somewhat involved, but this will be fixed the next time I post an update (I may wait a little while to see if other typos are spotted first).

dabeaz avatar Jul 19 '23 14:07 dabeaz

You should add a script to build the PDF file. Then you can delete the PDF file itself from the source tree, since it is difficult to manage under version control anyway.

ldo avatar Jul 23 '23 08:07 ldo

There are a lot of things I could do. This is not one of them. Sorry.

dabeaz avatar Jul 23 '23 09:07 dabeaz

Fixed.

dabeaz avatar Jul 31 '24 14:07 dabeaz