From aa2e6db8c52e4b8c2038d1e3529d8908afe573cb Mon Sep 17 00:00:00 2001 From: John <3859906+saltchicken@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:14:42 -0800 Subject: [PATCH] Update README.md typo 'example' misspelled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b048b48..4fd35c7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This is the function wherein you pass the timeout, the function you want to call **Example** -So, for esxample, if you have a function "doit('arg1', 'arg2')" that you want to limit to running for 5 seconds, with func\_timeout you can call it like this: +So, for example, if you have a function "doit('arg1', 'arg2')" that you want to limit to running for 5 seconds, with func\_timeout you can call it like this: from func_timeout import func_timeout, FunctionTimedOut