summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKian Meng, Ang <kianmeng.ang@gmail.com>2021-12-13 16:04:26 +0800
committerGitHub <noreply@github.com>2021-12-13 09:04:26 +0100
commitc28bf74283500287e04fb9f5fcc739edc72cd7cd (patch)
tree3e322b8f5825a58cfee26f53c2da2e4c3fbfedc2 /doc
parent037b75dc4edc80086b214028f6cc5f53a851872f (diff)
downloadastroid-git-c28bf74283500287e04fb9f5fcc739edc72cd7cd.tar.gz
Fix typos (#1288)
Diffstat (limited to 'doc')
-rw-r--r--doc/extending.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extending.rst b/doc/extending.rst
index ab80115a..2580c10b 100644
--- a/doc/extending.rst
+++ b/doc/extending.rst
@@ -77,7 +77,7 @@ it for ``astroid.Call``, which is the node for function calls, so this now becom
The next step would be to do the actual transformation, but before dwelving
into that, let's see some important concepts that nodes in astroid have:
-* they have a parent. Everytime we build a node, we have to provide a parent
+* they have a parent. Every time we build a node, we have to provide a parent
* most of the time they have a line number and a column offset as well