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 b9ba417 commit abdfbacCopy full SHA for abdfbac
standard_lib/README.md
@@ -6,7 +6,7 @@ A collection of useful snippets using only the standard library.
6
| Snippet Name | Description |
7
|--------------|-------------|
8
| abc_class | Example on how to use abc |
9
-| async_sleep_async | Async snippet demonstarting the usage of asyncio.sleep() |
+| async_sleep_async | Async snippet demonstrating the usage of asyncio.sleep() |
10
| async_sleep_sync | Async snippet demonstrating the usage of time.sleep() |
11
| binary_search | Demonstrating the efficiency of the binary search algorithm |
12
| bit_flipper | A poor man's encryption |
0 commit comments