Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebooks/2.7 Creating Packages.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
},
{
Expand Down