diff options
| author | Dag Wieers <dag@wieers.com> | 2016-05-26 14:06:44 +0200 |
|---|---|---|
| committer | Dag Wieers <dag@wieers.com> | 2016-05-26 14:06:44 +0200 |
| commit | 8feb4e42890c5768abfba85d2f8efa94f8ffd2fe (patch) | |
| tree | b04eac3cfb77015683579b8d128462d5744eb17c /docs/source | |
| parent | efb6fd4bdb80b985c356bb6eb996e6e25cf63b05 (diff) | |
| download | sqlparse-8feb4e42890c5768abfba85d2f8efa94f8ffd2fe.tar.gz | |
Another small typo in the documentation
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/analyzing.rst | 2 |
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: |
