We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d61418 commit c0f7bbaCopy full SHA for c0f7bba
docs/source/common_issues.rst
@@ -180,7 +180,7 @@ not support ``sort()``) as a list and sort it in-place:
180
# Type of x is List[int] here.
181
x.sort() # Okay!
182
183
-.. _invariance-vs-covariance:
+.. _variance
184
185
Invariance vs covariance
186
------------------------
docs/source/revision_history.rst
@@ -31,7 +31,7 @@ List of major changes:
31
32
* Add :ref:`variance-of-generics`.
33
34
- * Add :ref:`invariance-vs-covariance`.
+ * Add :ref:`variance`.
35
36
* Updates to :ref:`python-36`.
37
0 commit comments