Skip to content

Commit 8e005c4

Browse files
authored
Merge pull request #122 from AnggieAlava/bug/1456-filter-list-strings
[Bug #1456] 13.3.Filter_list_strings Test funcionando correctamente, …
2 parents 44838c0 + 18d873b commit 8e005c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/13.3-Filter_list_strings/README.es.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
## 💻 Resultado esperado:
1212

1313
```py
14-
['Liam', 'William', 'James', 'Benjamin', 'Samuel', 'Camila']
14+
['Liam', 'William', 'James', 'Benjamin', 'Amelia', 'Samuel', 'Camila']
1515
```

exercises/13.3-Filter_list_strings/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
## 💻 Expected result:
1212

1313
```py
14-
['Liam', 'William', 'James', 'Benjamin', 'Samuel', 'Camila']
14+
['Liam', 'William', 'James', 'Benjamin', 'Amelia', 'Samuel', 'Camila']
1515
```

0 commit comments

Comments
 (0)