From 2a4bcab64ab209f20e0838d2fd622e0db96a0beb Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Tue, 4 Jan 2022 16:22:33 -0500 Subject: [PATCH 1/2] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d05ee3d8..df5c7b41 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Successfully installed asyncer anyio You can read more about each of the use cases and utility functions in **Asyncer** in the tutorial. -As a sneak preview of one of the utilities, you can **call sync sode from async code** using `asyncify()`: +As a sneak preview of one of the utilities, you can **call sync code from async code** using `asyncify()`: ```Python import time From 8a6d89c7c9319ead8d09726ad0f51247c0f468a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 4 Jan 2022 22:37:51 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo=20in=20inde?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d05ee3d8..df5c7b41 100644 --- a/docs/index.md +++ b/docs/index.md @@ -79,7 +79,7 @@ Successfully installed asyncer anyio You can read more about each of the use cases and utility functions in **Asyncer** in the tutorial. -As a sneak preview of one of the utilities, you can **call sync sode from async code** using `asyncify()`: +As a sneak preview of one of the utilities, you can **call sync code from async code** using `asyncify()`: ```Python import time