Skip to content

Commit 40f8927

Browse files
committed
Change formatting to satisfy codespell check
1 parent 27e4d7e commit 40f8927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/python-package-distribution-files-sdist-wheel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Also note that we are not discussing conda build workflows in this section.
158158
package. These are the "raw / as-is" files that you store on GitHub or whatever
159159
platform you use to manage your code.
160160

161-
**S**ource **Dist**ributions are referred to as sdist. As the name implies, a SDIST contains the source code; it has not been
161+
Source Distributions (**S** + **Dist**) are referred to as sdist. As the name implies, a SDIST contains the source code; it has not been
162162
built or compiled in any way. Thus, when a user installs your source
163163
distribution using pip, pip needs to run a build step first. For this reason, you could define a source distribution as a compressed archive that contains everything required to build a wheel (except for project dependencies) without network access.
164164

0 commit comments

Comments
 (0)