Skip to content

Commit ea296df

Browse files
authored
1 parent be19148 commit ea296df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/roman-numerals/.approaches/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,6 @@ The problem is inherently limited in scope by the design of Roman numerals, so a
200200

201201
[if-else]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/if-else
202202
[table-lookup]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/table-lookup
203-
[loop-over-romans]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/loop-over-roman
203+
[loop-over-romans]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/loop-over-romans
204204
[recurse-match]: https://exercism.org/tracks/python/exercises/roman-numerals/approaches/recurse-match
205205
[roman-module]: https://github.com/zopefoundation/roman

0 commit comments

Comments
 (0)