Skip to content

Commit 1595318

Browse files
authored
Update docs/userguide/datafiles.rst
1 parent 5eab47f commit 1595318

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/userguide/datafiles.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ In the Python ecosystem, the term "data files" is used in various complex scenar
66
and can have nuanced meanings. For the purposes of this documentation,
77
we define "data files" as non-Python files that are installed alongside Python
88
modules and packages on the user's machine when they install a
9-
:term:`distribution <Distribution Package>` from either source distribution
10-
or via a binary distribution (``.whl`` file for example).
9+
:term:`distribution <Distribution Package>` via :term:`wheel <Wheel>`.
1110

1211
These files are typically intended for use at **runtime** by the package itself or
1312
to influence the behavior of other packages or systems.

0 commit comments

Comments
 (0)