docs(string_tokenizer_count): highlight file

This commit is contained in:
eslopfer 2023-02-01 13:47:05 +00:00
parent 61901120ad
commit b3beafe586
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ $
- 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
dictionary = {'a': 5, 'c': 1, 'b': 3}