data-centric-computing / dcic-public

Repository for (for now) filing bug reports about DCIC.
19 stars 2 forks source link

[DCIC Book]: 25.1 Incorrect date field #50

Closed jonathanzhou1 closed 1 year ago

jonathanzhou1 commented 1 year ago

Contact Details

jonathan_zhou@brown.edu

Which Web page has the problem?

https://dcic-world.org/2021-08-21/part_state.html#%28part._intro-python%29

What's the problem?

image

milk_item.due = date(11, 15, 2020) should be: milk_item.due = date(2020, 11, 15)

What browser are you seeing the problem on?

Chrome

kfisler commented 1 year ago

Fixed and will appear in next release.