Skip to content

Commit f4293e8

Browse files
authored
Update conformance/tests/overloads_consistency.py
1 parent d414386 commit f4293e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/tests/overloads_consistency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# > The implementation should accept all potential sets of arguments
1010
# > that are accepted by the overloads and should produce all potential return
1111
# > types produced by the overloads. In typing terms, this means the input
12-
# > signature of the implementation should be :term:<assignable> to the input
12+
# > signature of the implementation should be :term:`assignable` to the input
1313
# > signatures of all overloads, and the return type of all overloads should be
1414
# > assignable to the return type of the implementation.
1515

0 commit comments

Comments
 (0)