Commit 63acfc16 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #2121 from wimglenn/docs

Give a less confusing example for requirements parsing
parents 0e190508 c8498753
......@@ -594,7 +594,7 @@ Requirements Parsing
FooProject >= 1.2
Fizzy [foo, bar]
PickyThing<1.6,>1.9,!=1.9.6,<2.0a0,==2.4c1
PickyThing>1.6,<=1.9,!=1.8.6
SomethingWhoseVersionIDontCareAbout
SomethingWithMarker[foo]>1.0;python_version<"2.7"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment