summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaƫl Barrois <raphael.barrois@polytechnique.org>2020-08-09 12:52:30 +0200
committerGitHub <noreply@github.com>2020-08-09 12:52:30 +0200
commit8ed1ec495a716c2e2dc7fb6df28c086e35a8950e (patch)
tree56ed787759a474b1a33ecb3dfce93307ba5ba480
parent88b077b1cc19a4754ef004ff0ca07c3d2bb8ef19 (diff)
downloadsemantic-version-8ed1ec495a716c2e2dc7fb6df28c086e35a8950e.tar.gz
Fix mixup between 'patch' and 'build' in README.
Thanks to Clare Macrae for catching this! Closes #104.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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