We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7053f commit a6d8b7fCopy full SHA for a6d8b7f
package-structure-code/intro.md
@@ -1,7 +1,7 @@
1
# Python Package Structure
2
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
+This section provides guidance on your Python package's structure, code format,
+and style. It also reviews the various [packaging tools](python-package-build-tools) you can use to
5
[build](python-package-distribution-files-sdist-wheel) and [publish](publish-python-package-pypi-conda) your Python package.
6
7
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