From ca793bb915da894f9ce98ad82b14d481fda4cede Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 12 Sep 2015 09:47:07 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20a=20typo=20"kids"=20=E2=80=93>=20"kinds"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/rationale.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rationale.rst b/docs/rationale.rst index e422cf4..7fa9bce 100644 --- a/docs/rationale.rst +++ b/docs/rationale.rst @@ -9,7 +9,7 @@ There are perfectly sane use cases for monkey-patching (aka *weaving*): Then in those situations: -* You would need to handle yourself all different kids of patching (patching +* You would need to handle yourself all different kinds of patching (patching a module is different than patching a class, a function or a method for that matter). ``aspectlib`` will handle all this gross patching mumbo-jumbo for you, consistently, over many Python versions. * Writing the actual wrappers is repetitive, boring and error-prone. You can't reuse wrappers