Skip to content

Commit c0f7bba

Browse files
quartoxgvanrossum
authored andcommitted
Change label for variance section to just 'variance' (#3429)
This will allow the links in #3411 to be shorter.
1 parent 4d61418 commit c0f7bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/common_issues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ not support ``sort()``) as a list and sort it in-place:
180180
# Type of x is List[int] here.
181181
x.sort() # Okay!
182182
183-
.. _invariance-vs-covariance:
183+
.. _variance
184184
185185
Invariance vs covariance
186186
------------------------

docs/source/revision_history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ List of major changes:
3131

3232
* Add :ref:`variance-of-generics`.
3333

34-
* Add :ref:`invariance-vs-covariance`.
34+
* Add :ref:`variance`.
3535

3636
* Updates to :ref:`python-36`.
3737

0 commit comments

Comments
 (0)