Skip to content

Commit abdfbac

Browse files
✏️ std_lib: fix typo in readme
1 parent b9ba417 commit abdfbac

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
@@ -6,7 +6,7 @@ A collection of useful snippets using only the standard library.
66
| Snippet Name | Description |
77
|--------------|-------------|
88
| abc_class | Example on how to use abc |
9-
| async_sleep_async | Async snippet demonstarting the usage of asyncio.sleep() |
9+
| async_sleep_async | Async snippet demonstrating the usage of asyncio.sleep() |
1010
| async_sleep_sync | Async snippet demonstrating the usage of time.sleep() |
1111
| binary_search | Demonstrating the efficiency of the binary search algorithm |
1212
| bit_flipper | A poor man's encryption |

0 commit comments

Comments
 (0)