Rewrap lines

Co-authored-by: Nguyễn Gia Phong <mcsinyx@disroot.org>
This commit is contained in:
Pradyun Gedam 2020-08-02 07:46:54 +05:30 committed by GitHub
parent f31898e18c
commit 22aec424d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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`.