Skip to content

Commit a904cdf

Browse files
lwasserhugovk
andcommitted
fix: edits from @hugovk
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 57d9cdb commit a904cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ However, the advantages of using the **src/package** layout for a beginner are
196196
As such, we recommend that you use the **src/package** layout if you are creating a new package.
197197
198198
Numerous packages in the ecosystem [have had to move to a
199-
src/ layout](https://github.com/scikit-build/cmake-python-distributions/pull/145)
199+
**src/package** layout](https://github.com/scikit-build/cmake-python-distributions/pull/145).
200200
```
201201

202202
## What does the flat layout structure look like?

0 commit comments

Comments
 (0)