summaryrefslogtreecommitdiff
path: root/docs/documentation.md
diff options
context:
space:
mode:
authorKyle Altendorf <sda@fstab.net>2020-03-04 15:35:35 -0500
committerGitHub <noreply@github.com>2020-03-04 15:35:35 -0500
commit1bdda62bc9b496474f56c3725fa39cb76fb821ce (patch)
tree380c6ed17925b30ae37c21090248450931e1ceaa /docs/documentation.md
parent55a68b5ef1951614c5c37a6d201b1f3b804dbce6 (diff)
downloadpython-decorator-git-1bdda62bc9b496474f56c3725fa39cb76fb821ce.tar.gz
Typo 'it to' -> 'is to'
Diffstat (limited to 'docs/documentation.md')
-rw-r--r--docs/documentation.md4
1 files 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!