From 8ed1ec495a716c2e2dc7fb6df28c086e35a8950e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sun, 9 Aug 2020 12:52:30 +0200 Subject: Fix mixup between 'patch' and 'build' in README. Thanks to Clare Macrae for catching this! Closes #104. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1cb21e5..020b6b3 100644 --- a/README.rst +++ b/README.rst @@ -152,7 +152,7 @@ Finally, one may create a :class:`Version` with named components instead: Version('0.1.2') In that case, ``major``, ``minor`` and ``patch`` are mandatory, and must be integers. -``prerelease`` and ``patch``, if provided, must be tuples of strings: +``prerelease`` and ``build``, if provided, must be tuples of strings: .. code-block:: pycon -- cgit v1.2.1