Skip to content

Commit ec1c3fe

Browse files
committed
Fix challenge description
1 parent 230bb2c commit ec1c3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

challenges/extreme-variance/question.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Annotate function `f` and `g`, to make tests pass.
2+
TODO: Annotate function `f` and `g`, to make tests pass.
33
"""
44

55

challenges/extreme-variance/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Annotate function `f` and `g`, to make tests pass.
2+
TODO: Annotate function `f` and `g`, to make tests pass.
33
"""
44

55
from collections.abc import Sequence

0 commit comments

Comments
 (0)