Remove space.
This commit is contained in:
parent
819c37d61d
commit
a0eab8876e
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user