Skip to content

Commit 8d72677

Browse files
committed
Fix tests for Python 3.10
1 parent 194c6e6 commit 8d72677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ To compare two versions depends on your type:
455455
>>> v > dict(major=1, unknown=42)
456456
Traceback (most recent call last):
457457
...
458-
TypeError: __init__() got an unexpected keyword argument 'unknown'
458+
TypeError: ...__init__() got an unexpected keyword argument 'unknown'
459459

460460

461461
Other types cannot be compared.

0 commit comments

Comments
 (0)