From 5f41830ba5d07d0f80163ddb3f4d91231ffb322a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Gyarmati?= Date: Mon, 15 Apr 2024 16:14:48 +0200 Subject: [PATCH] docs: fix typo in `ipynb.fs.full` --- ipynb/fs/full/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):