fastcore icon indicating copy to clipboard operation
fastcore copied to clipboard

Fix minor typo in `patch` documentation

Open kbressem opened this issue 2 years ago • 1 comments

While reading the docs of patch_to and patch I found a minor typo:

# we initilized `t` to a type int = 1 which I have changed to # we initialized `t` to a type int = 1

# this sets self.g = 'helllo 'which was changed to # this sets self.g = 'hello '

kbressem avatar Mar 03 '23 16:03 kbressem

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Thanks!

jph00 avatar Aug 11 '24 19:08 jph00