Browse Source

docs(clean_the_list): use current name of the file in usage example

pull/1779/head
eslopfer 1 year ago
parent
commit
0809920ba6
  1. 2
      subjects/devops/clean_the_list/README.md

2
subjects/devops/clean_the_list/README.md

@ -21,7 +21,7 @@ Here is an example of how to use the `clean_list` function:
```python
import clean_the_list
shopping_list = ['tomatoes', 'pastas', 'milk', 'salt']
print(shopping.clean_list(shopping_list))
print(clean_the_list.clean_list(shopping_list))
```
This will output:

Loading…
Cancel
Save