From 29b57d93bdebf0ae7a2cb3eb6cffa1043cbe8195 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 17 Dec 2019 07:52:12 +1100 Subject: [PATCH] Fix simple typo: utitilies -> utilities Closes #94 --- AUTHORS.txt | 1 + parso/python/tree.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index e16c04c..e5b72ca 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -49,6 +49,7 @@ Mathias Rav (@Mortal) Daniel Fiterman (@dfit99) Simon Ruggier (@sruggier) Élie Gouzien (@ElieGouzien) +Tim Gates (@timgates42) Note: (@user) means a github user name. diff --git a/parso/python/tree.py b/parso/python/tree.py index 85507f1..74ff15a 100644 --- a/parso/python/tree.py +++ b/parso/python/tree.py @@ -95,7 +95,7 @@ class DocstringMixin(object): class PythonMixin(object): """ - Some Python specific utitilies. + Some Python specific utilities. """ __slots__ = ()