Skip to content

Commit 99f372e

Browse files
author
Guido van Rossum
committed
Fix 'variance' label.
1 parent c0f7bba commit 99f372e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
.. _variance
183+
.. _variance:
184184

185185
Invariance vs covariance
186186
------------------------

0 commit comments

Comments
 (0)