Remove space.

This commit is contained in:
Friedrich Lindenberg 2015-05-23 13:41:08 +02:00
parent 819c37d61d
commit a0eab8876e

View File

@ -413,7 +413,7 @@ class Table(object):
return self.database.query(q) return self.database.query(q)
def __getitem__(self, item): def __getitem__(self, item):
""" This is an alias for distinct which allows the table to be queried as using """ This is an alias for distinct which allows the table to be queried as using
square bracket syntax. square bracket syntax.
:: ::
# Same as distinct: # Same as distinct: