UBC-DSCI / introduction-to-datascience-python

Open Source Textbook for DSCI100: Introduction to Data Science in Python
https://python.datasciencebook.ca
Other
10 stars 8 forks source link

Remove whitespaces around = in parameter assignment #310

Closed joelostblom closed 10 months ago

joelostblom commented 10 months ago

Very minor, just saw this when reviewing the lambda PR

github-actions[bot] commented 10 months ago

Hello! I've built a preview of your PR so that you can compare it to the current main branch.

trevorcampbell commented 10 months ago

@joelostblom there are quite a few more examples of this throughout. When I was working I was assuming a [space] =[space] style, but I will change to a = style (I think we switched to that at some point).

I'll edit on this PR and then merge when ready

trevorcampbell commented 10 months ago

At some point one of the workflows was confused by a force push, so I'm going to close this and reopen a new PR