Files
pipenv/docs
Štěpán Tomsa 0acafd84d2 Remove misleading code comment from docs
In the Specifying Versions section of the Basics documentation, there is
a misleading code comment saying that requests~=1.2 is equivalent to
requests~=1.2.0, which it isn’t. ~=1.2 is equivalent to >=1.2,<2.0, but
~=1.2.0 is equivalent to >=1.2.0,<1.3. Fixed by removing the comment.
2019-08-05 18:13:19 +02:00
..
2019-07-26 15:07:59 -07:00
2019-07-14 15:36:41 +08:00
2018-07-03 08:50:42 +08:00
2018-12-01 19:11:55 +08:00
2019-07-16 07:41:16 -04:00
2019-07-14 15:36:41 +08:00
2017-01-30 13:30:04 -05:00
2017-01-30 13:30:04 -05:00
2018-11-28 14:30:27 +08:00