summaryrefslogtreecommitdiff
path: root/docs/documentation.md
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-05 23:36:28 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2022-11-05 23:36:28 +0200
commit099462d9355a3d92942b414c11e143b916b35b72 (patch)
treeaccb883491075bbec01b932f9ef067a405d589a7 /docs/documentation.md
parent04b710246dd23c3b035514ff551ffdc3865445e8 (diff)
downloadpython-decorator-git-099462d9355a3d92942b414c11e143b916b35b72.tar.gz
Fix codespell errors
Diffstat (limited to 'docs/documentation.md')
-rw-r--r--docs/documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index fa3145f..cc92eb9 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -1492,7 +1492,7 @@ with ``functools.singledispatch``, the assertion will break: ``g`` will return
will insert the ``Container`` class right before ``S``.
Notice that here I am not making any bold claim such as "the standard
-library algorithm is wrong and my algorithm is right" or viceversa. It
+library algorithm is wrong and my algorithm is right" or vice versa. It
just point out that there are some subtle differences. The only way to
understand what is really happening here is to scratch your head by
looking at the implementations. I will just notice that