From 74115dcd47c140096b996cff5211be084b4480c5 Mon Sep 17 00:00:00 2001 From: Worros Date: Sat, 23 Jan 2010 15:20:17 +0800 Subject: [PATCH] Fix comment layout - had a \t --- pyfpdb/Hand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index a660b56d..0a0c7ead 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -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 #####