Skip to content

Commit e97f35c

Browse files
committed
Update package-structure-code/python-package-structure.md
1 parent a6d8b7f commit e97f35c

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
@@ -159,7 +159,7 @@ For more information about Python package tests, see the [tests section of our g
159159
If your package tests require data, do NOT include that
160160
data within your package structure. Including data in your package structure increases the size of your
161161
distribution files. This places a maintenance toll on repositories like PyPI and
162-
Anaconda.org has to deal with thousands of package uploads.
162+
Anaconda.org that have to deal with thousands of package uploads.
163163
```
164164

165165

0 commit comments

Comments
 (0)