Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22a36d9

Browse filesBrowse files
♻️ std_lib: turn function name into inline code block
1 parent aba51e6 commit 22a36d9
Copy full SHA for 22a36d9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎standard_lib/README.md

Copy file name to clipboardExpand all lines: standard_lib/README.md
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.