fastcore
fastcore copied to clipboard
Fix minor typo in `patch` documentation
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 '
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Thanks!