diff --git a/docs/index.rst b/docs/index.rst index a015b50..a62e49d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ Curio ===== Curio is a coroutine-based library for concurrent Python systems -programming. It provides standard programming abstractions such as as +programming. It provides standard programming abstractions such as tasks, sockets, files, locks, and queues. You'll find it to be familiar, small, fast, and fun.