Skip to content

Commit 0d120a5

Browse files
authored
Fixing typos in too-many-branches example (#9486)
1 parent 6a09d29 commit 0d120a5

File tree

1 file changed

+2
-2
lines changed
  • doc/data/messages/t/too-many-branches

1 file changed

+2
-2
lines changed

doc/data/messages/t/too-many-branches/good.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ def num_to_word(x):
44
1: "one",
55
2: "two",
66
3: "three",
7-
4: "for",
8-
5: "fie",
7+
4: "four",
8+
5: "five",
99
6: "six",
1010
7: "seven",
1111
8: "eight",

0 commit comments

Comments
 (0)