Skip to content

Commit

Permalink
Un-rewrap lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Aug 4, 2020
1 parent 22aec42 commit 57ee51c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,8 @@ 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`.
Expand Down

0 comments on commit 57ee51c

Please sign in to comment.