diff --git a/pattern/graph/__init__.py b/pattern/graph/__init__.py index 85411b8e..ea0a916b 100644 --- a/pattern/graph/__init__.py +++ b/pattern/graph/__init__.py @@ -1359,7 +1359,7 @@ def _rgba(self, clr): def data(self): """ Yields a string of Javascript code that loads the nodes and edges into variable g, which is a Javascript Graph object (see graph.js). - This can be the response of an XMLHttpRequest, after wich you move g into your own variable. + This can be the response of an XMLHttpRequest, after which you move g into your own variable. """ return "".join(self._data())