summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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