From 1bdda62bc9b496474f56c3725fa39cb76fb821ce Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 4 Mar 2020 15:35:35 -0500 Subject: Typo 'it to' -> 'is to' --- docs/documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation.md b/docs/documentation.md index 354b5c3..898a46d 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -93,7 +93,7 @@ some experience and it is not as easy as it could be. For instance, typical implementations of decorators involve nested functions, and we all know that flat is better than nested. -The aim of the ``decorator`` module it to simplify the usage of +The aim of the ``decorator`` module is to simplify the usage of decorators for the average programmer, and to popularize decorators by showing various non-trivial examples. Of course, as all techniques, decorators can be abused (I have seen that) and you should not try to @@ -1726,4 +1726,4 @@ DAMAGE. If you use this software and you are happy with it, consider sending me a note, just to gratify my ego. On the other hand, if you use this software and -you are unhappy with it, send me a patch! \ No newline at end of file +you are unhappy with it, send me a patch! -- cgit v1.2.1