Skip to content

Commit a6d8b7f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package-structure-code/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Package Structure
22

3-
This section provides guidance on your Python package's structure, code format
4-
, and style. It also reviews the various [packaging tools](python-package-build-tools) you can use to
3+
This section provides guidance on your Python package's structure, code format,
4+
and style. It also reviews the various [packaging tools](python-package-build-tools) you can use to
55
[build](python-package-distribution-files-sdist-wheel) and [publish](publish-python-package-pypi-conda) your Python package.
66

77
If you want end-to-end tutorials, check out our tutorial series here. That starts by introducing [what a Python package is](what-is-a-package).

0 commit comments

Comments
 (0)