Skip to content

Commit 306a92a

Browse files
committed
Fix typos
1 parent 0d76de3 commit 306a92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/discussions/single-source-version.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ control system *tag* (such as ``v1.2.3``) rather than being manually updated in
1818
source code.
1919

2020
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
21+
an automated test case that ensures ``package.__version__`` and
2222
``importlib.metadata.version("package")`` report the same value.
2323

24-
Alternatively, a project's chosen build system mar offer a way to define a single
24+
Alternatively, a project's chosen build system may offer a way to define a single
2525
source of truth for the version number.
2626

2727
In general, the options are:

0 commit comments

Comments
 (0)