Skip to content

Commit 5481166

Browse files
committed
fix typo
1 parent f32b975 commit 5481166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/userguide/datafiles.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Interplay between these keywords
358358

359359
Meanwhile, to further clarify the interplay between these three keywords,
360360
to include certain data file into the source distribution, the following
361-
logic condition has two be met::
361+
logic condition has to be met::
362362

363363
m or (p and not e)
364364

@@ -373,7 +373,7 @@ In plain language, the file should not be excluded by ``exclude-package-data``
373373
(highest priority), and should be either: 1. selected by ``package-data``; or
374374
2. selected by ``MANIFEST.in`` AND use ``include-package-data = true``.
375375

376-
Notation::
376+
**Notation**::
377377

378378
i - "include-package-data = true" is set
379379
e - file selected by "exclude-package-data"

0 commit comments

Comments
 (0)