Fix comment layout - had a \t

This commit is contained in:
Worros 2010-01-23 15:20:17 +08:00
parent 6b38976edc
commit 74115dcd47

View File

@ -192,7 +192,7 @@ dealt whether they were seen in a 'dealt to' line
self.holecards[street][player] = [open, closed]
def prepInsert(self, db):
#####
#####
# Players, Gametypes, TourneyTypes are all shared functions that are needed for additional tables
# These functions are intended for prep insert eventually
#####