From bfc09d0163ee3bb775ca5284481b0ebe2cd89d70 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Wed, 1 Feb 2023 13:47:05 +0000 Subject: [PATCH] docs(string_tokenizer_count): highlight file --- subjects/devops/string_tokenizer_count/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/string_tokenizer_count/README.md b/subjects/devops/string_tokenizer_count/README.md index 20539312..2fa78b6d 100644 --- a/subjects/devops/string_tokenizer_count/README.md +++ b/subjects/devops/string_tokenizer_count/README.md @@ -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}