Skip to content

Commit 236c2e9

Browse files
MarieRoaldyngvem
authored andcommitted
Fix typos in table headers
Co-authored-by: Yngve Mardal Moe <[email protected]>
1 parent 9efde98 commit 236c2e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package-structure-code/python-package-build-tools.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ included in the table.
208208
### Package tool features table
209209

210210
```{csv-table}
211-
:header: Feature, Flit, Hatch, PDM, Poetry
211+
:header: Feature|Flit|Hatch|PDM|Poetry
212212
:widths: 36, 10,10,10,10
213213
:delim: "|"
214214
@@ -244,7 +244,7 @@ packages them with the pure Python files.
244244
### PDM Features
245245

246246
```{csv-table}
247-
:header: Feature, PDM, Notes
247+
:header: Feature|PDM|Notes
248248
:widths: 20,5,50
249249
:delim: "|"
250250
@@ -297,7 +297,7 @@ building a basic package to use in a local workflow that doesn't require any adv
297297
### Flit Features
298298

299299
```{csv-table}
300-
:header: Feature, Flit, Notes
300+
:header: Feature|Flit|Notes
301301
:widths: 20,5,50
302302
:delim: "|"
303303
@@ -340,7 +340,7 @@ as building your documentation locally. This means that you could potentially dr
340340
### Hatch features
341341

342342
```{csv-table}
343-
:header: Feature, Hatch, Notes
343+
:header: Feature|Hatch|Notes
344344
:widths: 20,5,50
345345
:delim: "|"
346346
@@ -385,7 +385,7 @@ is currently undocumented. Thus, we don't recommend using Poetry for more comple
385385
### Poetry features
386386

387387
```{csv-table}
388-
:header: Feature, Poetry, Notes
388+
:header: Feature|Poetry|Notes
389389
:widths: 20,5,50
390390
:delim: "|"
391391

0 commit comments

Comments
 (0)