Browse Source

docs(string_tokenizer_count): highlight file

pull/1774/head
eslopfer 1 year ago
parent
commit
bfc09d0163
  1. 2
      subjects/devops/string_tokenizer_count/README.md

2
subjects/devops/string_tokenizer_count/README.md

@ -34,7 +34,7 @@ $
- The `operator` module can be used to sort the dictionary alphabetically by word. - The `operator` module can be used to sort the dictionary alphabetically by word.
Here is an example of how to sort a dictionary in python, using a test.py script: Here is an example of how to sort a dictionary in python, using a `test.py` script:
```python ```python
dictionary = {'a': 5, 'c': 1, 'b': 3} dictionary = {'a': 5, 'c': 1, 'b': 3}

Loading…
Cancel
Save