Skip to content

Commit afa38c4

Browse files
swap prefer for require
1 parent 6db49ef commit afa38c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/single_source_version.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ One of the challenges in building packages is that the version string can be req
1212
* It needs to be specified when building the package (e.g. in :file:`pyproject.toml`)
1313
- That will assure that it is properly assigned in the distribution file name, and in the installed package.
1414

15-
* Some projects require that there be a version string available as an attribute in the importable module, e.g::
15+
* Some projects prefer that there be a version string available as an attribute in the importable module, e.g::
1616

1717
import a_package
1818
print(a_package.__version__)

0 commit comments

Comments
 (0)