We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d72677 commit dc6e816Copy full SHA for dc6e816
docs/usage.rst
@@ -455,7 +455,7 @@ To compare two versions depends on your type:
455
>>> v > dict(major=1, unknown=42)
456
Traceback (most recent call last):
457
...
458
- TypeError: ...__init__() got an unexpected keyword argument 'unknown'
+ TypeError: ... got an unexpected keyword argument 'unknown'
459
460
461
Other types cannot be compared.
@@ -786,4 +786,3 @@ the original class:
786
787
788
ValueError: '1.2.4': not a valid semantic version tag. Must start with 'v' or 'V'
789
-
0 commit comments