Skip to content

Commit 215ba59

Browse files
ucoderywillingc
andauthored
Update package-structure-code/complex-python-package-builds.md
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
1 parent 189be09 commit 215ba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/complex-python-package-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ some back-ends (`poetry`) only work with a single back-end (`poetry-core`). Refe
2727
more information about front-end and back-end compatibility.
2828

2929
In this packaging guide we recommend using `hatch` along with it's preferred back-end `hatchling`. One reason to use
30-
hatch with an alternate back-end is for creating an extension module. A Python extension module is one that is make up,
30+
hatch with an alternate back-end is for creating an extension module. A Python extension module is one that is made up,
3131
either in part or entirely, of compiled code. In this case the back-end chosen (such as `meson-python`) must know how to
3232
compile the extension language and bind it to Python since `hatchling` is only capable of building pure Python modules.
3333

0 commit comments

Comments
 (0)