File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ some back-ends (`poetry`) only work with a single back-end (`poetry-core`). Refe
2727more information about front-end and back-end compatibility.
2828
2929In 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,
3131either in part or entirely, of compiled code. In this case the back-end chosen (such as ` meson-python ` ) must know how to
3232compile the extension language and bind it to Python since ` hatchling `  is only capable of building pure Python modules.
3333
                                 You can’t perform that action at this time. 
               
                  
0 commit comments