summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2016-05-28 14:37:26 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2016-05-28 14:37:26 +0200
commit06921120db8b94ec76d31d6af9e8a2498a6dc68c (patch)
tree33416071051db8c006590f88dde1dab631733d9a
parent2f954cb48839ccc775a2922424b4aa6d5074065f (diff)
parent8feb4e42890c5768abfba85d2f8efa94f8ffd2fe (diff)
downloadsqlparse-06921120db8b94ec76d31d6af9e8a2498a6dc68c.tar.gz
Merge pull request #240 from dagwieers/patch-2
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: