Skip to content

Commit

Permalink
Merge pull request #296 from willingc/correct-spelling
Browse files Browse the repository at this point in the history
Change formatting to satisfy codespell check
  • Loading branch information
willingc authored Jun 5, 2024
2 parents 27e4d7e + 40f8927 commit 801910e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Also note that we are not discussing conda build workflows in this section.
package. These are the "raw / as-is" files that you store on GitHub or whatever
platform you use to manage your code.

**S**ource **Dist**ributions are referred to as sdist. As the name implies, a SDIST contains the source code; it has not been
Source Distributions (**S** + **Dist**) are referred to as sdist. As the name implies, a SDIST contains the source code; it has not been
built or compiled in any way. Thus, when a user installs your source
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.

Expand Down

0 comments on commit 801910e

Please sign in to comment.