We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba51e6 commit 22a36d9Copy full SHA for 22a36d9
standard_lib/README.md
@@ -28,7 +28,7 @@ A collection of useful snippets using only the standard library.
28
| file_matching_regex | Find matching files using `re` and `fnmatch` |
29
| fill_zeros | Fill strings using leading zeros. |
30
| flatten | Flatten a nested iterable |
31
-| for_loop_index | Utilize enumerate() to get the index of the current iteration |
+| for_loop_index | Utilize `enumerate()` to get the index of the current iteration |
32
| function_arguments | Example on how to (not) use function arguments |
33
| get_password_input | Request user input without showing, what he or she is typing |
34
| hash_file | Hash a file using built-in packages |
0 commit comments