Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 4f59f8f

Browse files
authored
fix: fixed typos (INTERSECT-training#110)
1 parent 381e5ca commit 4f59f8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/04-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keypoints:
1212
- "Add functional metadata to tell people how to install and use your package."
1313
---
1414

15-
In a previous lesson, we left the metadata in our `project.toml` quite minimal, just:
15+
In a previous lesson, we left the metadata in our `pyproject.toml` quite minimal, just:
1616
- a name and
1717
- a version.
1818

@@ -78,7 +78,7 @@ maintainers = [
7878
]
7979
```
8080

81-
Note that TOML supports two ways two write tables and two ways to write arrays, so you might see this in a different form, but it should be recognizable.
81+
Note that TOML supports two ways to write tables and two ways to write arrays, so you might see this in a different form, but it should be recognizable.
8282

8383
### Keywords
8484

0 commit comments

Comments
 (0)