diff --git a/notebooks/2.7 Creating Packages.ipynb b/notebooks/2.7 Creating Packages.ipynb index 380a1ee..c1661fb 100644 --- a/notebooks/2.7 Creating Packages.ipynb +++ b/notebooks/2.7 Creating Packages.ipynb @@ -290,7 +290,7 @@ "\n", "The \"Hatch\" tool is like PDM/Poetry, but is based on multiple environments. This allows it to be a \"true\" all-in-one tool by replaing nox/tox. It comes with a fantastic \"Hatchling\" backend that is currently the nicest PEP 517 builder.\n", "\n", - "Hatch doesn't support locking environments yet (was waiting on an official solution, but that's been hard to agree on). But Hatching is currently the nicest and most extensable PEPL 517 builder available! I'd highly reommend using it (even with PDM, which is what I usually do)." + "Hatch doesn't support locking environments yet (was waiting on an official solution, but that's been hard to agree on). But Hatching is currently the nicest and most extensible PEPL 517 builder available! I'd highly recommend using it (even with PDM, which is what I usually do)." ] }, {