From 9d71774d7fa5864160f0f3824feda154b2cc0e0e Mon Sep 17 00:00:00 2001 From: Stanislav Date: Thu, 19 Aug 2021 16:42:49 +0000 Subject: [PATCH] Fix typo in Getting Started (#1107) --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 96933b904..5f76b89c0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -38,7 +38,7 @@ commands. There are two ways to specify a database index to set your connection pool to: -1. Pass the index in as a keyward argument when initializing the client +1. Pass the index in as a keyword argument when initializing the client ```python import aioredis