summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2016-05-26 14:06:44 +0200
committerDag Wieers <dag@wieers.com>2016-05-26 14:06:44 +0200
commit8feb4e42890c5768abfba85d2f8efa94f8ffd2fe (patch)
treeb04eac3cfb77015683579b8d128462d5744eb17c
parentefb6fd4bdb80b985c356bb6eb996e6e25cf63b05 (diff)
downloadsqlparse-8feb4e42890c5768abfba85d2f8efa94f8ffd2fe.tar.gz
Another small typo in the documentation
-rw-r--r--docs/source/analyzing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/analyzing.rst b/docs/source/analyzing.rst
index 5af5350..2b593d6 100644
--- a/docs/source/analyzing.rst
+++ b/docs/source/analyzing.rst
@@ -15,7 +15,7 @@ Base Classes
All returned objects inherit from these base classes.
The :class:`~sqlparse.sql.Token` class represents a single token and
:class:`~sqlparse.sql.TokenList` class is a group of tokens.
-The latter provides methods for inspecting it's child tokens.
+The latter provides methods for inspecting its child tokens.
.. autoclass:: sqlparse.sql.Token
:members: