We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d76de3 commit 306a92aCopy full SHA for 306a92a
source/discussions/single-source-version.rst
@@ -18,10 +18,10 @@ control system *tag* (such as ``v1.2.3``) rather than being manually updated in
18
source code.
19
20
To ensure that version numbers do not get out of sync, it may be sufficient to add
21
-an automated test case that ensure ``package.__version__`` and
+an automated test case that ensures ``package.__version__`` and
22
``importlib.metadata.version("package")`` report the same value.
23
24
-Alternatively, a project's chosen build system mar offer a way to define a single
+Alternatively, a project's chosen build system may offer a way to define a single
25
source of truth for the version number.
26
27
In general, the options are:
0 commit comments