Skip to content

Commit 22a36d9

Browse files
♻️ std_lib: turn function name into inline code block
1 parent aba51e6 commit 22a36d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard_lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A collection of useful snippets using only the standard library.
2828
| file_matching_regex | Find matching files using `re` and `fnmatch` |
2929
| fill_zeros | Fill strings using leading zeros. |
3030
| flatten | Flatten a nested iterable |
31-
| for_loop_index | Utilize enumerate() to get the index of the current iteration |
31+
| for_loop_index | Utilize `enumerate()` to get the index of the current iteration |
3232
| function_arguments | Example on how to (not) use function arguments |
3333
| get_password_input | Request user input without showing, what he or she is typing |
3434
| hash_file | Hash a file using built-in packages |

0 commit comments

Comments
 (0)