From 0d99729166cc722bc86a1284141f45ab34bca793 Mon Sep 17 00:00:00 2001 From: Vincent Philippon Date: Mon, 19 Feb 2018 18:37:19 -0500 Subject: Fix documentation spacing error causing wrong formatting. --- docs/pkg_resources.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/pkg_resources.txt b/docs/pkg_resources.txt index 8d337cb2..b40a209f 100644 --- a/docs/pkg_resources.txt +++ b/docs/pkg_resources.txt @@ -638,7 +638,7 @@ Requirements Parsing sorted into ascending version order, and used to establish what ranges of versions are acceptable. Adjacent redundant conditions are effectively consolidated (e.g. ``">1, >2"`` produces the same results as ``">2"``, and - ``"<2,<3"`` produces the same results as``"<2"``). ``"!="`` versions are + ``"<2,<3"`` produces the same results as ``"<2"``). ``"!="`` versions are excised from the ranges they fall within. The version being tested for acceptability is then checked for membership in the resulting ranges. -- cgit v1.2.3