Skip to content

Commit d756c19

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

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
@@ -270,5 +270,5 @@ In some more advanced cases, you may have more than one package in your **src/**
270270
```{admonition} A few notes about the src/ layout
271271
:class: tip
272272
273-
It is important to note here that sometimes, when using the src/package structure, the directory name (e.g., package name) is different from the actual project or package name. What is important to take away here is that you should store your code within a subdirectory within **src/**.
273+
It is important to note here that sometimes, when using the **src/package** structure, the directory name (e.g., package name) is different from the actual project or package name. What is important to take away here is that you should store your code within a subdirectory within **src/**.
274274
``` -->

0 commit comments

Comments
 (0)