From 22aec424d96f48e0054505070eb57b873f0089e0 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> Date: Sun, 2 Aug 2020 07:46:54 +0530 Subject: [PATCH] Rewrap lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nguyễn Gia Phong --- docs/html/user_guide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/html/user_guide.rst b/docs/html/user_guide.rst index 4f276e46aa1..b0b25677ee5 100644 --- a/docs/html/user_guide.rst +++ b/docs/html/user_guide.rst @@ -838,8 +838,9 @@ specifying package versions (e.g. ``~=`` or ``*``): semantic versioning.", "``~=3.1``: version ``3.1`` or later, but not version ``4.0`` or later. ``~=3.1.2``: version ``3.1.2`` or later, but not version ``3.2.0`` or later." - ``*``,Can be used at the end of a version number to represent "all", "``== 3.1.*``: - any version that starts with ``3.1``. Equivalent to ``~=3.1.0``." + ``*``, Can be used at the end of a version number to represent "all", + "``==3.1.*``: any version that starts with ``3.1``. + Equivalent to ``~=3.1.0``." The detailed specification of supported comparison operators can be found in :pep:`440`.