File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercises/practice/darts/.approaches Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def score(x_coord, y_coord):
7878```
7979
8080This approach is very similar to the [ tuple and loop] [ approach-tuple-and-loop ] approach, but iterates over [ ` dict.items() ` ] [ dict-items ] .
81- For more information, see the [ dict with generator-expression ] [ approach-dict-with -generator-expression ] approach.
81+ For more information, see the [ dict and generator] [ approach-dict-and -generator ] approach.
8282
8383
8484## Approach: Using Boolean Values as Integers
@@ -139,7 +139,7 @@ Although a strong argument could be made for simplicity and clarity — many lis
139139
140140[ approach-boolean-values-as-integers ] : https://exercism.org/tracks/python/exercises/darts/approaches/boolean-values-as-integers
141141[ approach-dict-and-dict-get ] : https://exercism.org/tracks/python/exercises/darts/approaches/dict-and-dict-get
142- [ approach-dict-with -generator-expression ] : https://exercism.org/tracks/python/exercises/darts/approaches/dict-with-gnerator-expresson
142+ [ approach-dict-and -generator ] : https://exercism.org/tracks/python/exercises/darts/approaches/dict-and-generator
143143[ approach-if-statements ] : https://exercism.org/tracks/python/exercises/darts/approaches/if-statements
144144[ approach-struct-pattern-matching ] : https://exercism.org/tracks/python/exercises/darts/approaches/struct-pattern-matching
145145[ approach-tuple-and-loop ] : https://exercism.org/tracks/python/exercises/darts/approaches/tuple-and-loop
You can’t perform that action at this time.
0 commit comments