diff --git a/ipynb/fs/full/__init__.py b/ipynb/fs/full/__init__.py index 8fb5354..d3546a1 100644 --- a/ipynb/fs/full/__init__.py +++ b/ipynb/fs/full/__init__.py @@ -20,7 +20,7 @@ class FullLoader(SourceFileLoader): It picks out all the code from a .ipynb file and executes it into the module. - If it isn't an .ipnb file, it's treated the same as a .py file + If it isn't an .ipynb file, it's treated the same as a .py file """ def get_code(self, fullname): if self.path.endswith('.ipynb'):